#ED7BAA

Color #ED7BAA Tickle Me Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tickle Me Pink #ED7BAA

Tints of Tickle Me Pink #ED7BAA

Color information

#ED7BAA (or 0xED7BAA) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 7B and AA. RGB value is (237,123,170). Sum of RGB (Red+Green+Blue) = 237+123+170=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7BAA is #128455. Grayscale: #A2A2A2. Windows color (decimal): -1213526 or 11172845. OLE color: 11172845.

HSL color Cylindrical-coordinate representation of color #ED7BAA: hue angle of 335.26º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7BAA is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237123170-
CMYK00.480.280.07
HSL335.26º76%70.59%-
HSV(B)335.26º48.1%92.94%-
XYZ49.2635.0742.2-
YUV162.44132.27181.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 123 (48.44% from 255) = 23.21%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=44.72%
G=23.21%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712317000.480.280.07335.267670.59
HexED7BAA0301C714f4c47
Octal355173252060347517114107
Binary1110110111110111010101001100001110011110100111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7BAA; }

 p { color: rgb(237,123,170); }

 H1.HeaderClassName
 {
   color: #ED7BAA;
 }
 .AnyTagClassName
 {
   color: #ED7BAA;
 }
</style>
background-color css

<style>
 a { background-color: #ED7BAA; }

 a { background-color: rgb(237,123,170); }

 div.DivClassName
 {
   background-color: #ED7BAA;
 }
 .BgClassName
 {
   background-color: #ED7BAA;
 }
</style>
border-color css

<style>
 span { border-color: #ED7BAA; }

 span { border-color: rgb(237,123,170); }

 td.TdClassName
 {
   border-color: #ED7BAA;
 }
 .TagClassName
 {
   border-color: #ED7BAA;
 }
</style>