Html Css Color HEX #EC8FD0 Tea Rose

📋 copy color: '#EC8FD0'

red 236 ◦ green 143 ◦ blue 208

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

Shades of Tea Rose #EC8FD0

Tints of Tea Rose #EC8FD0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.36%

 BLUE value IS 208 (81.64% from 255) = 35.43%

R = 40.2%
G = 24.36%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC8FD0 (or 0xEC8FD0) is known color: Tea Rose. HEX triplet: EC, 8F and D0. RGB value is (236,143,208). Sum of RGB (Red+Green+Blue) = 236+143+208=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FD0 is #13702F. Grayscale: #B2B2B2. Windows color (decimal): -1273904 or 13668332. OLE color: 13668332.

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

Color convert

RGB 236 143 208 -
CMYK 0 0.39 0.12 0.07
HSL 318.06º 0.71% 0.74% -
HSV(B) 318.06º 0.39% 0.93% -
XYZ 55.8 42.03 64.85 -
YUV 178.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 236 143 208 0 0.39 0.12 0.07 318.06 0.71 0.74
Hex EC 8F D0 0 27 C 7 13E 47 4A
Octal 354 217 320 0 47 14 7 476 107 112
Binary 11101100 10001111 11010000 0 100111 1100 111 100111110 1000111 1001010

Color Harmonies of #EC8FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8FD0

Black with #EC8FD0

Text Example


Text Example

White with #EC8FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8FD0; }

 p { color: rgb(236,143,208); }

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

background-color css

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

 a { background-color: rgb(236,143,208); }

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

border-color css

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

 span { border-color: rgb(236,143,208); }

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