Html Css Color HEX #EB90CE Tea Rose

📋 copy color: '#EB90CE'

red 235 ◦ green 144 ◦ blue 206

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

Shades of Tea Rose #EB90CE

Tints of Tea Rose #EB90CE

RGB

 RED value IS 235 (92.19% from 255) = 40.17%

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

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

R = 40.17%
G = 24.62%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB90CE (or 0xEB90CE) is known color: Tea Rose. HEX triplet: EB, 90 and CE. RGB value is (235,144,206). Sum of RGB (Red+Green+Blue) = 235+144+206=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90CE is #146F31. Grayscale: #B2B2B2. Windows color (decimal): -1339186 or 13537515. OLE color: 13537515.

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

Color convert

RGB 235 144 206 -
CMYK 0 0.39 0.12 0.08
HSL 319.12º 0.69% 0.74% -
HSV(B) 319.12º 0.39% 0.92% -
XYZ 55.37 42.06 63.59 -
YUV 178.28 143.65 168.46 -
System Red Green Blue C M Y K H S L
Decimal 235 144 206 0 0.39 0.12 0.08 319.12 0.69 0.74
Hex EB 90 CE 0 27 C 8 13F 45 4A
Octal 353 220 316 0 47 14 10 477 105 112
Binary 11101011 10010000 11001110 0 100111 1100 1000 100111111 1000101 1001010

Color Harmonies of #EB90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB90CE

Black with #EB90CE

Text Example


Text Example

White with #EB90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB90CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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