Html Css Color HEX #EB90D1 Tea Rose

📋 copy color: '#EB90D1'

red 235 ◦ green 144 ◦ blue 209

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

Shades of Tea Rose #EB90D1

Tints of Tea Rose #EB90D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.54%

R = 39.97%
G = 24.49%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB90D1 (or 0xEB90D1) is known color: Tea Rose. HEX triplet: EB, 90 and D1. RGB value is (235,144,209). Sum of RGB (Red+Green+Blue) = 235+144+209=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90D1 is #146F2E. Grayscale: #B2B2B2. Windows color (decimal): -1339183 or 13734123. OLE color: 13734123.

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

Color convert

RGB 235 144 209 -
CMYK 0 0.39 0.11 0.08
HSL 317.14º 0.69% 0.74% -
HSV(B) 317.14º 0.39% 0.92% -
XYZ 55.74 42.21 65.53 -
YUV 178.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 235 144 209 0 0.39 0.11 0.08 317.14 0.69 0.74
Hex EB 90 D1 0 27 B 8 13D 45 4A
Octal 353 220 321 0 47 13 10 475 105 112
Binary 11101011 10010000 11010001 0 100111 1011 1000 100111101 1000101 1001010

Color Harmonies of #EB90D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB90D1

Black with #EB90D1

Text Example


Text Example

White with #EB90D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB90D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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