Html Css Color HEX #EA86CA Tea Rose

📋 copy color: '#EA86CA'

red 234 ◦ green 134 ◦ blue 202

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

Shades of Tea Rose #EA86CA

Tints of Tea Rose #EA86CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.44%

R = 41.05%
G = 23.51%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA86CA (or 0xEA86CA) is known color: Tea Rose. HEX triplet: EA, 86 and CA. RGB value is (234,134,202). Sum of RGB (Red+Green+Blue) = 234+134+202=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86CA is #157935. Grayscale: #ABABAB. Windows color (decimal): -1407286 or 13272810. OLE color: 13272810.

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

Color convert

RGB 234 134 202 -
CMYK 0 0.43 0.14 0.08
HSL 319.2º 0.7% 0.72% -
HSV(B) 319.2º 0.43% 0.92% -
XYZ 53.12 38.81 60.57 -
YUV 171.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 234 134 202 0 0.43 0.14 0.08 319.2 0.7 0.72
Hex EA 86 CA 0 2B E 8 13F 46 48
Octal 352 206 312 0 53 16 10 477 106 110
Binary 11101010 10000110 11001010 0 101011 1110 1000 100111111 1000110 1001000

Color Harmonies of #EA86CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA86CA

Black with #EA86CA

Text Example


Text Example

White with #EA86CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA86CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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