Html Css Color HEX #EC7DCB Tea Rose

📋 copy color: '#EC7DCB'

red 236 ◦ green 125 ◦ blue 203

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

Shades of Tea Rose #EC7DCB

Tints of Tea Rose #EC7DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.16%

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

R = 41.84%
G = 22.16%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC7DCB (or 0xEC7DCB) is known color: Tea Rose. HEX triplet: EC, 7D and CB. RGB value is (236,125,203). Sum of RGB (Red+Green+Blue) = 236+125+203=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DCB is #138234. Grayscale: #A6A6A6. Windows color (decimal): -1278517 or 13336044. OLE color: 13336044.

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

Color convert

RGB 236 125 203 -
CMYK 0 0.47 0.14 0.07
HSL 317.84º 0.74% 0.71% -
HSV(B) 317.84º 0.47% 0.93% -
XYZ 52.71 36.81 60.83 -
YUV 167.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 236 125 203 0 0.47 0.14 0.07 317.84 0.74 0.71
Hex EC 7D CB 0 2F E 7 13E 4A 47
Octal 354 175 313 0 57 16 7 476 112 107
Binary 11101100 1111101 11001011 0 101111 1110 111 100111110 1001010 1000111

Color Harmonies of #EC7DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DCB

Black with #EC7DCB

Text Example


Text Example

White with #EC7DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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