Html Css Color HEX #EA8BC5 Tea Rose

📋 copy color: '#EA8BC5'

red 234 ◦ green 139 ◦ blue 197

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

Shades of Tea Rose #EA8BC5

Tints of Tea Rose #EA8BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.56%

R = 41.05%
G = 24.39%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA8BC5 (or 0xEA8BC5) is known color: Tea Rose. HEX triplet: EA, 8B and C5. RGB value is (234,139,197). Sum of RGB (Red+Green+Blue) = 234+139+197=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BC5 is #15743A. Grayscale: #ADADAD. Windows color (decimal): -1406011 or 12946410. OLE color: 12946410.

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

Color convert

RGB 234 139 197 -
CMYK 0 0.41 0.16 0.08
HSL 323.37º 0.69% 0.73% -
HSV(B) 323.37º 0.41% 0.92% -
XYZ 53.24 39.99 57.74 -
YUV 174.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 234 139 197 0 0.41 0.16 0.08 323.37 0.69 0.73
Hex EA 8B C5 0 29 10 8 143 45 49
Octal 352 213 305 0 51 20 10 503 105 111
Binary 11101010 10001011 11000101 0 101001 10000 1000 101000011 1000101 1001001

Color Harmonies of #EA8BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8BC5

Black with #EA8BC5

Text Example


Text Example

White with #EA8BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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