Html Css Color HEX #EA76FF Heliotrope

📋 copy color: '#EA76FF'

red 234 ◦ green 118 ◦ blue 255

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

Shades of Heliotrope #EA76FF

Tints of Heliotrope #EA76FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.44%

 BLUE value IS 255 (100% from 255) = 42.01%

R = 38.55%
G = 19.44%
B = 42.01%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA76FF (or 0xEA76FF) is known color: Heliotrope. HEX triplet: EA, 76 and FF. RGB value is (234,118,255). Sum of RGB (Red+Green+Blue) = 234+118+255=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 118 (46.48% from 255 or 19.44% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA76FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA76FF is #158900. Grayscale: #A7A7A7. Windows color (decimal): -1411329 or 16742122. OLE color: 16742122.

HSL color Cylindrical-coordinate representation of color #EA76FF: hue angle of 290.8º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA76FF is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 234 118 255 -
CMYK 0.08 0.54 0 0
HSL 290.8º 1% 0.73% -
HSV(B) 290.8º 0.54% 1% -
XYZ 58.46 37.67 98.8 -
YUV 168.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 234 118 255 0.08 0.54 0 0 290.8 1 0.73
Hex EA 76 FF 8 36 0 0 123 64 49
Octal 352 166 377 10 66 0 0 443 144 111
Binary 11101010 1110110 11111111 1000 110110 0 0 100100011 1100100 1001001

Color Harmonies of #EA76FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76FF

Black with #EA76FF

Text Example


Text Example

White with #EA76FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76FF; }

 p { color: rgb(234,118,255); }

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

background-color css

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

 a { background-color: rgb(234,118,255); }

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

border-color css

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

 span { border-color: rgb(234,118,255); }

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