Html Css Color HEX #EA6AF6 Heliotrope

📋 copy color: '#EA6AF6'

red 234 ◦ green 106 ◦ blue 246

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

Shades of Heliotrope #EA6AF6

Tints of Heliotrope #EA6AF6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.09%

 BLUE value IS 246 (96.48% from 255) = 41.98%

R = 39.93%
G = 18.09%
B = 41.98%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA6AF6 (or 0xEA6AF6) is known color: Heliotrope. HEX triplet: EA, 6A and F6. RGB value is (234,106,246). Sum of RGB (Red+Green+Blue) = 234+106+246=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 106 (41.80% from 255 or 18.09% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA6AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6AF6 is #159509. Grayscale: #9F9F9F. Windows color (decimal): -1414410 or 16149226. OLE color: 16149226.

HSL color Cylindrical-coordinate representation of color #EA6AF6: hue angle of 294.86º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6AF6 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 106 246 -
CMYK 0.05 0.57 0 0.04
HSL 294.86º 0.89% 0.69% -
HSV(B) 294.86º 0.57% 0.96% -
XYZ 55.72 34.45 90.9 -
YUV 160.23 176.41 180.62 -
System Red Green Blue C M Y K H S L
Decimal 234 106 246 0.05 0.57 0 0.04 294.86 0.89 0.69
Hex EA 6A F6 5 39 0 4 127 59 45
Octal 352 152 366 5 71 0 4 447 131 105
Binary 11101010 1101010 11110110 101 111001 0 100 100100111 1011001 1000101

Color Harmonies of #EA6AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6AF6

Black with #EA6AF6

Text Example


Text Example

White with #EA6AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6AF6; }

 p { color: rgb(234,106,246); }

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

background-color css

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

 a { background-color: rgb(234,106,246); }

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

border-color css

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

 span { border-color: rgb(234,106,246); }

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