Html Css Color HEX #EC8BC3 Tea Rose

📋 copy color: '#EC8BC3'

red 236 ◦ green 139 ◦ blue 195

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

Shades of Tea Rose #EC8BC3

Tints of Tea Rose #EC8BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.21%

R = 41.4%
G = 24.39%
B = 34.21%

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

#EC8BC3 (or 0xEC8BC3) is known color: Tea Rose. HEX triplet: EC, 8B and C3. RGB value is (236,139,195). Sum of RGB (Red+Green+Blue) = 236+139+195=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BC3 is #13743C. Grayscale: #AEAEAE. Windows color (decimal): -1274941 or 12815340. OLE color: 12815340.

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

Color convert

RGB 236 139 195 -
CMYK 0 0.41 0.17 0.07
HSL 325.36º 0.72% 0.74% -
HSV(B) 325.36º 0.41% 0.93% -
XYZ 53.68 40.24 56.57 -
YUV 174.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 236 139 195 0 0.41 0.17 0.07 325.36 0.72 0.74
Hex EC 8B C3 0 29 11 7 145 48 4A
Octal 354 213 303 0 51 21 7 505 110 112
Binary 11101100 10001011 11000011 0 101001 10001 111 101000101 1001000 1001010

Color Harmonies of #EC8BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8BC3

Black with #EC8BC3

Text Example


Text Example

White with #EC8BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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