Html Css Color HEX #EC8BC1 Tea Rose

📋 copy color: '#EC8BC1'

red 236 ◦ green 139 ◦ blue 193

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

Shades of Tea Rose #EC8BC1

Tints of Tea Rose #EC8BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 33.98%

R = 41.55%
G = 24.47%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC8BC1 (or 0xEC8BC1) is known color: Tea Rose. HEX triplet: EC, 8B and C1. RGB value is (236,139,193). Sum of RGB (Red+Green+Blue) = 236+139+193=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BC1 is #13743E. Grayscale: #AEAEAE. Windows color (decimal): -1274943 or 12684268. OLE color: 12684268.

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

Color convert

RGB 236 139 193 -
CMYK 0 0.41 0.18 0.07
HSL 326.6º 0.72% 0.74% -
HSV(B) 326.6º 0.41% 0.93% -
XYZ 53.45 40.15 55.38 -
YUV 174.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 236 139 193 0 0.41 0.18 0.07 326.6 0.72 0.74
Hex EC 8B C1 0 29 12 7 147 48 4A
Octal 354 213 301 0 51 22 7 507 110 112
Binary 11101100 10001011 11000001 0 101001 10010 111 101000111 1001000 1001010

Color Harmonies of #EC8BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8BC1

Black with #EC8BC1

Text Example


Text Example

White with #EC8BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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