Html Css Color HEX #EC90D0 Tea Rose

📋 copy color: '#EC90D0'

red 236 ◦ green 144 ◦ blue 208

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

Shades of Tea Rose #EC90D0

Tints of Tea Rose #EC90D0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.49%

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

R = 40.14%
G = 24.49%
B = 35.37%

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

#EC90D0 (or 0xEC90D0) is known color: Tea Rose. HEX triplet: EC, 90 and D0. RGB value is (236,144,208). Sum of RGB (Red+Green+Blue) = 236+144+208=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90D0 is #136F2F. Grayscale: #B2B2B2. Windows color (decimal): -1273648 or 13668588. OLE color: 13668588.

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

Color convert

RGB 236 144 208 -
CMYK 0 0.39 0.12 0.07
HSL 318.26º 0.71% 0.75% -
HSV(B) 318.26º 0.39% 0.93% -
XYZ 55.95 42.33 64.9 -
YUV 178.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 236 144 208 0 0.39 0.12 0.07 318.26 0.71 0.75
Hex EC 90 D0 0 27 C 7 13E 47 4B
Octal 354 220 320 0 47 14 7 476 107 113
Binary 11101100 10010000 11010000 0 100111 1100 111 100111110 1000111 1001011

Color Harmonies of #EC90D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC90D0

Black with #EC90D0

Text Example


Text Example

White with #EC90D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC90D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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