Html Css Color HEX #EC8BC5 Tea Rose

📋 copy color: '#EC8BC5'

red 236 ◦ green 139 ◦ blue 197

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

Shades of Tea Rose #EC8BC5

Tints of Tea Rose #EC8BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.44%

R = 41.26%
G = 24.3%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC8BC5 (or 0xEC8BC5) is known color: Tea Rose. HEX triplet: EC, 8B and C5. RGB value is (236,139,197). Sum of RGB (Red+Green+Blue) = 236+139+197=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BC5 is #13743A. Grayscale: #AEAEAE. Windows color (decimal): -1274939 or 12946412. OLE color: 12946412.

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

Color convert

RGB 236 139 197 -
CMYK 0 0.41 0.17 0.07
HSL 324.12º 0.72% 0.74% -
HSV(B) 324.12º 0.41% 0.93% -
XYZ 53.9 40.33 57.77 -
YUV 174.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 236 139 197 0 0.41 0.17 0.07 324.12 0.72 0.74
Hex EC 8B C5 0 29 11 7 144 48 4A
Octal 354 213 305 0 51 21 7 504 110 112
Binary 11101100 10001011 11000101 0 101001 10001 111 101000100 1001000 1001010

Color Harmonies of #EC8BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8BC5

Black with #EC8BC5

Text Example


Text Example

White with #EC8BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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