Html Css Color HEX #EC7BCA Tea Rose

📋 copy color: '#EC7BCA'

red 236 ◦ green 123 ◦ blue 202

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

Shades of Tea Rose #EC7BCA

Tints of Tea Rose #EC7BCA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.93%

 BLUE value IS 202 (79.3% from 255) = 36.01%

R = 42.07%
G = 21.93%
B = 36.01%

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

#EC7BCA (or 0xEC7BCA) is known color: Tea Rose. HEX triplet: EC, 7B and CA. RGB value is (236,123,202). Sum of RGB (Red+Green+Blue) = 236+123+202=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BCA is #138435. Grayscale: #A5A5A5. Windows color (decimal): -1279030 or 13269996. OLE color: 13269996.

HSL color Cylindrical-coordinate representation of color #EC7BCA: hue angle of 318.05º 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 #EC7BCA is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 123 202 -
CMYK 0 0.48 0.14 0.07
HSL 318.05º 0.75% 0.7% -
HSV(B) 318.05º 0.48% 0.93% -
XYZ 52.34 36.26 60.12 -
YUV 165.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 236 123 202 0 0.48 0.14 0.07 318.05 0.75 0.7
Hex EC 7B CA 0 30 E 7 13E 4B 46
Octal 354 173 312 0 60 16 7 476 113 106
Binary 11101100 1111011 11001010 0 110000 1110 111 100111110 1001011 1000110

Color Harmonies of #EC7BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BCA

Black with #EC7BCA

Text Example


Text Example

White with #EC7BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BCA; }

 p { color: rgb(236,123,202); }

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

background-color css

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

 a { background-color: rgb(236,123,202); }

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

border-color css

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

 span { border-color: rgb(236,123,202); }

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