Html Css Color HEX #EC8BCF Tea Rose

📋 copy color: '#EC8BCF'

red 236 ◦ green 139 ◦ blue 207

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

Shades of Tea Rose #EC8BCF

Tints of Tea Rose #EC8BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.88%

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

R = 40.55%
G = 23.88%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC8BCF (or 0xEC8BCF) is known color: Tea Rose. HEX triplet: EC, 8B and CF. RGB value is (236,139,207). Sum of RGB (Red+Green+Blue) = 236+139+207=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BCF is #137430. Grayscale: #AFAFAF. Windows color (decimal): -1274929 or 13601772. OLE color: 13601772.

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

Color convert

RGB 236 139 207 -
CMYK 0 0.41 0.12 0.07
HSL 317.94º 0.72% 0.74% -
HSV(B) 317.94º 0.41% 0.93% -
XYZ 55.09 40.8 64 -
YUV 175.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 236 139 207 0 0.41 0.12 0.07 317.94 0.72 0.74
Hex EC 8B CF 0 29 C 7 13E 48 4A
Octal 354 213 317 0 51 14 7 476 110 112
Binary 11101100 10001011 11001111 0 101001 1100 111 100111110 1001000 1001010

Color Harmonies of #EC8BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8BCF

Black with #EC8BCF

Text Example


Text Example

White with #EC8BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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