Html Css Color HEX #EA86C6 Tea Rose

📋 copy color: '#EA86C6'

red 234 ◦ green 134 ◦ blue 198

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

Shades of Tea Rose #EA86C6

Tints of Tea Rose #EA86C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.98%

R = 41.34%
G = 23.67%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA86C6 (or 0xEA86C6) is known color: Tea Rose. HEX triplet: EA, 86 and C6. RGB value is (234,134,198). Sum of RGB (Red+Green+Blue) = 234+134+198=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86C6 is #157939. Grayscale: #ABABAB. Windows color (decimal): -1407290 or 13010666. OLE color: 13010666.

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

Color convert

RGB 234 134 198 -
CMYK 0 0.43 0.15 0.08
HSL 321.6º 0.7% 0.72% -
HSV(B) 321.6º 0.43% 0.92% -
XYZ 52.65 38.62 58.11 -
YUV 171.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 234 134 198 0 0.43 0.15 0.08 321.6 0.7 0.72
Hex EA 86 C6 0 2B F 8 142 46 48
Octal 352 206 306 0 53 17 10 502 106 110
Binary 11101010 10000110 11000110 0 101011 1111 1000 101000010 1000110 1001000

Color Harmonies of #EA86C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA86C6

Black with #EA86C6

Text Example


Text Example

White with #EA86C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA86C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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