Html Css Color HEX #EC7FCB Tea Rose

📋 copy color: '#EC7FCB'

red 236 ◦ green 127 ◦ blue 203

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

Shades of Tea Rose #EC7FCB

Tints of Tea Rose #EC7FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 22.44%

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

R = 41.7%
G = 22.44%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC7FCB (or 0xEC7FCB) is known color: Tea Rose. HEX triplet: EC, 7F and CB. RGB value is (236,127,203). Sum of RGB (Red+Green+Blue) = 236+127+203=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7FCB is #138034. Grayscale: #A8A8A8. Windows color (decimal): -1278005 or 13336556. OLE color: 13336556.

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

Color convert

RGB 236 127 203 -
CMYK 0 0.46 0.14 0.07
HSL 318.17º 0.74% 0.71% -
HSV(B) 318.17º 0.46% 0.93% -
XYZ 52.96 37.32 60.91 -
YUV 168.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 236 127 203 0 0.46 0.14 0.07 318.17 0.74 0.71
Hex EC 7F CB 0 2E E 7 13E 4A 47
Octal 354 177 313 0 56 16 7 476 112 107
Binary 11101100 1111111 11001011 0 101110 1110 111 100111110 1001010 1000111

Color Harmonies of #EC7FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7FCB

Black with #EC7FCB

Text Example


Text Example

White with #EC7FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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