Html Css Color HEX #EE90CD Tea Rose

📋 copy color: '#EE90CD'

red 238 ◦ green 144 ◦ blue 205

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

Shades of Tea Rose #EE90CD

Tints of Tea Rose #EE90CD

RGB

 RED value IS 238 (93.36% from 255) = 40.55%

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

 BLUE value IS 205 (80.47% from 255) = 34.92%

R = 40.55%
G = 24.53%
B = 34.92%

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

#EE90CD (or 0xEE90CD) is known color: Tea Rose. HEX triplet: EE, 90 and CD. RGB value is (238,144,205). Sum of RGB (Red+Green+Blue) = 238+144+205=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EE90CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE90CD is #116F32. Grayscale: #B2B2B2. Windows color (decimal): -1142579 or 13471982. OLE color: 13471982.

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

Color convert

RGB 238 144 205 -
CMYK 0 0.39 0.14 0.07
HSL 321.06º 0.73% 0.75% -
HSV(B) 321.06º 0.39% 0.93% -
XYZ 56.25 42.53 63 -
YUV 179.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 238 144 205 0 0.39 0.14 0.07 321.06 0.73 0.75
Hex EE 90 CD 0 27 E 7 141 49 4B
Octal 356 220 315 0 47 16 7 501 111 113
Binary 11101110 10010000 11001101 0 100111 1110 111 101000001 1001001 1001011

Color Harmonies of #EE90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE90CD

Black with #EE90CD

Text Example


Text Example

White with #EE90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE90CD; }

 p { color: rgb(238,144,205); }

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

background-color css

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

 a { background-color: rgb(238,144,205); }

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

border-color css

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

 span { border-color: rgb(238,144,205); }

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