Html Css Color HEX #EA86C2 Tea Rose

📋 copy color: '#EA86C2'

red 234 ◦ green 134 ◦ blue 194

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

Shades of Tea Rose #EA86C2

Tints of Tea Rose #EA86C2

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.84%

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

R = 41.64%
G = 23.84%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA86C2 (or 0xEA86C2) is known color: Tea Rose. HEX triplet: EA, 86 and C2. RGB value is (234,134,194). Sum of RGB (Red+Green+Blue) = 234+134+194=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86C2 is #15793D. Grayscale: #AAAAAA. Windows color (decimal): -1407294 or 12748522. OLE color: 12748522.

HSL color Cylindrical-coordinate representation of color #EA86C2: hue angle of 324º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA86C2 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 134 194 -
CMYK 0 0.43 0.17 0.08
HSL 324º 0.7% 0.72% -
HSV(B) 324º 0.43% 0.92% -
XYZ 52.19 38.44 55.71 -
YUV 170.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 234 134 194 0 0.43 0.17 0.08 324 0.7 0.72
Hex EA 86 C2 0 2B 11 8 144 46 48
Octal 352 206 302 0 53 21 10 504 106 110
Binary 11101010 10000110 11000010 0 101011 10001 1000 101000100 1000110 1001000

Color Harmonies of #EA86C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA86C2

Black with #EA86C2

Text Example


Text Example

White with #EA86C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA86C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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