Html Css Color HEX #EA8BCE Tea Rose

📋 copy color: '#EA8BCE'

red 234 ◦ green 139 ◦ blue 206

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

Shades of Tea Rose #EA8BCE

Tints of Tea Rose #EA8BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.58%

R = 40.41%
G = 24.01%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA8BCE (or 0xEA8BCE) is known color: Tea Rose. HEX triplet: EA, 8B and CE. RGB value is (234,139,206). Sum of RGB (Red+Green+Blue) = 234+139+206=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BCE is #157431. Grayscale: #AEAEAE. Windows color (decimal): -1406002 or 13536234. OLE color: 13536234.

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

Color convert

RGB 234 139 206 -
CMYK 0 0.41 0.12 0.08
HSL 317.68º 0.69% 0.73% -
HSV(B) 317.68º 0.41% 0.92% -
XYZ 54.3 40.41 63.33 -
YUV 175.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 234 139 206 0 0.41 0.12 0.08 317.68 0.69 0.73
Hex EA 8B CE 0 29 C 8 13E 45 49
Octal 352 213 316 0 51 14 10 476 105 111
Binary 11101010 10001011 11001110 0 101001 1100 1000 100111110 1000101 1001001

Color Harmonies of #EA8BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8BCE

Black with #EA8BCE

Text Example


Text Example

White with #EA8BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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