Html Css Color HEX #EA68F6 Heliotrope

📋 copy color: '#EA68F6'

red 234 ◦ green 104 ◦ blue 246

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

Shades of Heliotrope #EA68F6

Tints of Heliotrope #EA68F6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.81%

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

R = 40.07%
G = 17.81%
B = 42.12%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA68F6 (or 0xEA68F6) is known color: Heliotrope. HEX triplet: EA, 68 and F6. RGB value is (234,104,246). Sum of RGB (Red+Green+Blue) = 234+104+246=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 104 (41.02% from 255 or 17.81% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA68F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA68F6 is #159709. Grayscale: #9E9E9E. Windows color (decimal): -1414922 or 16148714. OLE color: 16148714.

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

Color convert

RGB 234 104 246 -
CMYK 0.05 0.58 0 0.04
HSL 294.93º 0.89% 0.69% -
HSV(B) 294.93º 0.58% 0.96% -
XYZ 55.52 34.05 90.83 -
YUV 159.06 177.07 181.45 -
System Red Green Blue C M Y K H S L
Decimal 234 104 246 0.05 0.58 0 0.04 294.93 0.89 0.69
Hex EA 68 F6 5 3A 0 4 127 59 45
Octal 352 150 366 5 72 0 4 447 131 105
Binary 11101010 1101000 11110110 101 111010 0 100 100100111 1011001 1000101

Color Harmonies of #EA68F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA68F6

Black with #EA68F6

Text Example


Text Example

White with #EA68F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA68F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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