Html Css Color HEX #EA8BC1 Tea Rose

📋 copy color: '#EA8BC1'

red 234 ◦ green 139 ◦ blue 193

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

Shades of Tea Rose #EA8BC1

Tints of Tea Rose #EA8BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.1%

R = 41.34%
G = 24.56%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA8BC1 (or 0xEA8BC1) is known color: Tea Rose. HEX triplet: EA, 8B and C1. RGB value is (234,139,193). Sum of RGB (Red+Green+Blue) = 234+139+193=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BC1 is #15743E. Grayscale: #ADADAD. Windows color (decimal): -1406015 or 12684266. OLE color: 12684266.

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

Color convert

RGB 234 139 193 -
CMYK 0 0.41 0.18 0.08
HSL 325.89º 0.69% 0.73% -
HSV(B) 325.89º 0.41% 0.92% -
XYZ 52.79 39.81 55.35 -
YUV 173.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 234 139 193 0 0.41 0.18 0.08 325.89 0.69 0.73
Hex EA 8B C1 0 29 12 8 146 45 49
Octal 352 213 301 0 51 22 10 506 105 111
Binary 11101010 10001011 11000001 0 101001 10010 1000 101000110 1000101 1001001

Color Harmonies of #EA8BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8BC1

Black with #EA8BC1

Text Example


Text Example

White with #EA8BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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