Html Css Color HEX #EA6EFC Heliotrope

📋 copy color: '#EA6EFC'

red 234 ◦ green 110 ◦ blue 252

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

Shades of Heliotrope #EA6EFC

Tints of Heliotrope #EA6EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.46%

 BLUE value IS 252 (98.83% from 255) = 42.28%

R = 39.26%
G = 18.46%
B = 42.28%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EA6EFC (or 0xEA6EFC) is known color: Heliotrope. HEX triplet: EA, 6E and FC. RGB value is (234,110,252). Sum of RGB (Red+Green+Blue) = 234+110+252=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 110 (43.36% from 255 or 18.46% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA6EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6EFC is #159103. Grayscale: #A2A2A2. Windows color (decimal): -1413380 or 16543466. OLE color: 16543466.

HSL color Cylindrical-coordinate representation of color #EA6EFC: hue angle of 292.39º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6EFC is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 110 252 -
CMYK 0.07 0.56 0 0.01
HSL 292.39º 0.96% 0.71% -
HSV(B) 292.39º 0.56% 0.99% -
XYZ 57.08 35.67 95.97 -
YUV 163.26 178.08 178.45 -
System Red Green Blue C M Y K H S L
Decimal 234 110 252 0.07 0.56 0 0.01 292.39 0.96 0.71
Hex EA 6E FC 7 38 0 1 124 60 47
Octal 352 156 374 7 70 0 1 444 140 107
Binary 11101010 1101110 11111100 111 111000 0 1 100100100 1100000 1000111

Color Harmonies of #EA6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6EFC

Black with #EA6EFC

Text Example


Text Example

White with #EA6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6EFC; }

 p { color: rgb(234,110,252); }

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

background-color css

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

 a { background-color: rgb(234,110,252); }

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

border-color css

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

 span { border-color: rgb(234,110,252); }

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