Html Css Color HEX #EA8BC2 Tea Rose

📋 copy color: '#EA8BC2'

red 234 ◦ green 139 ◦ blue 194

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

Shades of Tea Rose #EA8BC2

Tints of Tea Rose #EA8BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.22%

R = 41.27%
G = 24.51%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA8BC2 (or 0xEA8BC2) is known color: Tea Rose. HEX triplet: EA, 8B and C2. RGB value is (234,139,194). Sum of RGB (Red+Green+Blue) = 234+139+194=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BC2 is #15743D. Grayscale: #ADADAD. Windows color (decimal): -1406014 or 12749802. OLE color: 12749802.

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

Color convert

RGB 234 139 194 -
CMYK 0 0.41 0.17 0.08
HSL 325.26º 0.69% 0.73% -
HSV(B) 325.26º 0.41% 0.92% -
XYZ 52.9 39.85 55.94 -
YUV 173.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 234 139 194 0 0.41 0.17 0.08 325.26 0.69 0.73
Hex EA 8B C2 0 29 11 8 145 45 49
Octal 352 213 302 0 51 21 10 505 105 111
Binary 11101010 10001011 11000010 0 101001 10001 1000 101000101 1000101 1001001

Color Harmonies of #EA8BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8BC2

Black with #EA8BC2

Text Example


Text Example

White with #EA8BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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