Html Css Color HEX #EA90CE Tea Rose

📋 copy color: '#EA90CE'

red 234 ◦ green 144 ◦ blue 206

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

Shades of Tea Rose #EA90CE

Tints of Tea Rose #EA90CE

RGB

 RED value IS 234 (91.8% from 255) = 40.07%

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

 BLUE value IS 206 (80.86% from 255) = 35.27%

R = 40.07%
G = 24.66%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA90CE (or 0xEA90CE) is known color: Tea Rose. HEX triplet: EA, 90 and CE. RGB value is (234,144,206). Sum of RGB (Red+Green+Blue) = 234+144+206=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90CE is #156F31. Grayscale: #B1B1B1. Windows color (decimal): -1404722 or 13537514. OLE color: 13537514.

HSL color Cylindrical-coordinate representation of color #EA90CE: hue angle of 318.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA90CE is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 144 206 -
CMYK 0 0.38 0.12 0.08
HSL 318.67º 0.68% 0.74% -
HSV(B) 318.67º 0.38% 0.92% -
XYZ 55.05 41.9 63.58 -
YUV 177.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 234 144 206 0 0.38 0.12 0.08 318.67 0.68 0.74
Hex EA 90 CE 0 26 C 8 13F 44 4A
Octal 352 220 316 0 46 14 10 477 104 112
Binary 11101010 10010000 11001110 0 100110 1100 1000 100111111 1000100 1001010

Color Harmonies of #EA90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA90CE

Black with #EA90CE

Text Example


Text Example

White with #EA90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA90CE; }

 p { color: rgb(234,144,206); }

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

background-color css

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

 a { background-color: rgb(234,144,206); }

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

border-color css

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

 span { border-color: rgb(234,144,206); }

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