Html Css Color HEX #EC7BCF Tea Rose

📋 copy color: '#EC7BCF'

red 236 ◦ green 123 ◦ blue 207

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

Shades of Tea Rose #EC7BCF

Tints of Tea Rose #EC7BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 41.7%
G = 21.73%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC7BCF (or 0xEC7BCF) is known color: Tea Rose. HEX triplet: EC, 7B and CF. RGB value is (236,123,207). Sum of RGB (Red+Green+Blue) = 236+123+207=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BCF is #138430. Grayscale: #A6A6A6. Windows color (decimal): -1279025 or 13597676. OLE color: 13597676.

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

Color convert

RGB 236 123 207 -
CMYK 0 0.48 0.12 0.07
HSL 315.4º 0.75% 0.7% -
HSV(B) 315.4º 0.48% 0.93% -
XYZ 52.94 36.5 63.29 -
YUV 166.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 236 123 207 0 0.48 0.12 0.07 315.4 0.75 0.7
Hex EC 7B CF 0 30 C 7 13B 4B 46
Octal 354 173 317 0 60 14 7 473 113 106
Binary 11101100 1111011 11001111 0 110000 1100 111 100111011 1001011 1000110

Color Harmonies of #EC7BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BCF

Black with #EC7BCF

Text Example


Text Example

White with #EC7BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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