Html Css Color HEX #EA8BD0 Tea Rose

📋 copy color: '#EA8BD0'

red 234 ◦ green 139 ◦ blue 208

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

Shades of Tea Rose #EA8BD0

Tints of Tea Rose #EA8BD0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.92%

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

R = 40.28%
G = 23.92%
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

#EA8BD0 (or 0xEA8BD0) is known color: Tea Rose. HEX triplet: EA, 8B and D0. RGB value is (234,139,208). Sum of RGB (Red+Green+Blue) = 234+139+208=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BD0 is #15742F. Grayscale: #AFAFAF. Windows color (decimal): -1406000 or 13667306. OLE color: 13667306.

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

Color convert

RGB 234 139 208 -
CMYK 0 0.41 0.11 0.08
HSL 316.42º 0.69% 0.73% -
HSV(B) 316.42º 0.41% 0.92% -
XYZ 54.55 40.51 64.62 -
YUV 175.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 234 139 208 0 0.41 0.11 0.08 316.42 0.69 0.73
Hex EA 8B D0 0 29 B 8 13C 45 49
Octal 352 213 320 0 51 13 10 474 105 111
Binary 11101010 10001011 11010000 0 101001 1011 1000 100111100 1000101 1001001

Color Harmonies of #EA8BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8BD0

Black with #EA8BD0

Text Example


Text Example

White with #EA8BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8BD0; }

 p { color: rgb(234,139,208); }

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

background-color css

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

 a { background-color: rgb(234,139,208); }

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

border-color css

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

 span { border-color: rgb(234,139,208); }

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