Html Css Color HEX #EB8AD0 Tea Rose

📋 copy color: '#EB8AD0'

red 235 ◦ green 138 ◦ blue 208

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

Shades of Tea Rose #EB8AD0

Tints of Tea Rose #EB8AD0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.75%

 BLUE value IS 208 (81.64% from 255) = 35.8%

R = 40.45%
G = 23.75%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB8AD0 (or 0xEB8AD0) is known color: Tea Rose. HEX triplet: EB, 8A and D0. RGB value is (235,138,208). Sum of RGB (Red+Green+Blue) = 235+138+208=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8AD0 is #14752F. Grayscale: #AEAEAE. Windows color (decimal): -1340720 or 13667051. OLE color: 13667051.

HSL color Cylindrical-coordinate representation of color #EB8AD0: hue angle of 316.7º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8AD0 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 138 208 -
CMYK 0 0.41 0.11 0.08
HSL 316.7º 0.71% 0.73% -
HSV(B) 316.7º 0.41% 0.92% -
XYZ 54.73 40.39 64.59 -
YUV 174.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 235 138 208 0 0.41 0.11 0.08 316.7 0.71 0.73
Hex EB 8A D0 0 29 B 8 13D 47 49
Octal 353 212 320 0 51 13 10 475 107 111
Binary 11101011 10001010 11010000 0 101001 1011 1000 100111101 1000111 1001001

Color Harmonies of #EB8AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8AD0

Black with #EB8AD0

Text Example


Text Example

White with #EB8AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8AD0; }

 p { color: rgb(235,138,208); }

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

background-color css

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

 a { background-color: rgb(235,138,208); }

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

border-color css

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

 span { border-color: rgb(235,138,208); }

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