Html Css Color HEX #EC7ACB Tea Rose

📋 copy color: '#EC7ACB'

red 236 ◦ green 122 ◦ blue 203

#EC7ACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #EC7ACB

Tints of Tea Rose #EC7ACB

RGB

 RED value IS 236 (92.58% from 255) = 42.07%

 GREEN value IS 122 (48.05% from 255) = 21.75%

 BLUE value IS 203 (79.69% from 255) = 36.19%

R = 42.07%
G = 21.75%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC7ACB (or 0xEC7ACB) is known color: Tea Rose. HEX triplet: EC, 7A and CB. RGB value is (236,122,203). Sum of RGB (Red+Green+Blue) = 236+122+203=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7ACB is #138534. Grayscale: #A5A5A5. Windows color (decimal): -1279285 or 13335276. OLE color: 13335276.

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

Color convert

RGB 236 122 203 -
CMYK 0 0.48 0.14 0.07
HSL 317.37º 0.75% 0.7% -
HSV(B) 317.37º 0.48% 0.93% -
XYZ 52.33 36.06 60.7 -
YUV 165.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 236 122 203 0 0.48 0.14 0.07 317.37 0.75 0.7
Hex EC 7A CB 0 30 E 7 13D 4B 46
Octal 354 172 313 0 60 16 7 475 113 106
Binary 11101100 1111010 11001011 0 110000 1110 111 100111101 1001011 1000110

Color Harmonies of #EC7ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7ACB

Black with #EC7ACB

Text Example


Text Example

White with #EC7ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7ACB; }

 p { color: rgb(236,122,203); }

 H1.HeaderClassName
 {
   color: #EC7ACB;
 }
 .AnyTagClassName
 {
   color: #EC7ACB;
 }
</style>

background-color css

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

 a { background-color: rgb(236,122,203); }

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

border-color css

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

 span { border-color: rgb(236,122,203); }

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