Html Css Color HEX #EC90CC Tea Rose

📋 copy color: '#EC90CC'

red 236 ◦ green 144 ◦ blue 204

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

Shades of Tea Rose #EC90CC

Tints of Tea Rose #EC90CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.93%

R = 40.41%
G = 24.66%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC90CC (or 0xEC90CC) is known color: Tea Rose. HEX triplet: EC, 90 and CC. RGB value is (236,144,204). Sum of RGB (Red+Green+Blue) = 236+144+204=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90CC is #136F33. Grayscale: #B2B2B2. Windows color (decimal): -1273652 or 13406444. OLE color: 13406444.

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

Color convert

RGB 236 144 204 -
CMYK 0 0.39 0.14 0.07
HSL 320.87º 0.71% 0.75% -
HSV(B) 320.87º 0.39% 0.93% -
XYZ 55.46 42.14 62.34 -
YUV 178.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 236 144 204 0 0.39 0.14 0.07 320.87 0.71 0.75
Hex EC 90 CC 0 27 E 7 141 47 4B
Octal 354 220 314 0 47 16 7 501 107 113
Binary 11101100 10010000 11001100 0 100111 1110 111 101000001 1000111 1001011

Color Harmonies of #EC90CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC90CC

Black with #EC90CC

Text Example


Text Example

White with #EC90CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC90CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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