Html Css Color HEX #EA8BC8 Tea Rose

📋 copy color: '#EA8BC8'

red 234 ◦ green 139 ◦ blue 200

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

Shades of Tea Rose #EA8BC8

Tints of Tea Rose #EA8BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.9%

R = 40.84%
G = 24.26%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA8BC8 (or 0xEA8BC8) is known color: Tea Rose. HEX triplet: EA, 8B and C8. RGB value is (234,139,200). Sum of RGB (Red+Green+Blue) = 234+139+200=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BC8 is #157437. Grayscale: #AEAEAE. Windows color (decimal): -1406008 or 13143018. OLE color: 13143018.

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

Color convert

RGB 234 139 200 -
CMYK 0 0.41 0.15 0.08
HSL 321.47º 0.69% 0.73% -
HSV(B) 321.47º 0.41% 0.92% -
XYZ 53.59 40.13 59.56 -
YUV 174.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 234 139 200 0 0.41 0.15 0.08 321.47 0.69 0.73
Hex EA 8B C8 0 29 F 8 141 45 49
Octal 352 213 310 0 51 17 10 501 105 111
Binary 11101010 10001011 11001000 0 101001 1111 1000 101000001 1000101 1001001

Color Harmonies of #EA8BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8BC8

Black with #EA8BC8

Text Example


Text Example

White with #EA8BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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