Html Css Color HEX #EC8BC8 Tea Rose

📋 copy color: '#EC8BC8'

red 236 ◦ green 139 ◦ blue 200

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

Shades of Tea Rose #EC8BC8

Tints of Tea Rose #EC8BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.78%

R = 41.04%
G = 24.17%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EC8BC8 (or 0xEC8BC8) is known color: Tea Rose. HEX triplet: EC, 8B and C8. RGB value is (236,139,200). Sum of RGB (Red+Green+Blue) = 236+139+200=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BC8 is #137437. Grayscale: #AEAEAE. Windows color (decimal): -1274936 or 13143020. OLE color: 13143020.

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

Color convert

RGB 236 139 200 -
CMYK 0 0.41 0.15 0.07
HSL 322.27º 0.72% 0.74% -
HSV(B) 322.27º 0.41% 0.93% -
XYZ 54.25 40.47 59.6 -
YUV 174.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 236 139 200 0 0.41 0.15 0.07 322.27 0.72 0.74
Hex EC 8B C8 0 29 F 7 142 48 4A
Octal 354 213 310 0 51 17 7 502 110 112
Binary 11101100 10001011 11001000 0 101001 1111 111 101000010 1001000 1001010

Color Harmonies of #EC8BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8BC8

Black with #EC8BC8

Text Example


Text Example

White with #EC8BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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