Html Css Color HEX #EA76FE Heliotrope

📋 copy color: '#EA76FE'

red 234 ◦ green 118 ◦ blue 254

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

Shades of Heliotrope #EA76FE

Tints of Heliotrope #EA76FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 38.61%
G = 19.47%
B = 41.91%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EA76FE (or 0xEA76FE) is known color: Heliotrope. HEX triplet: EA, 76 and FE. RGB value is (234,118,254). Sum of RGB (Red+Green+Blue) = 234+118+254=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 118 (46.48% from 255 or 19.47% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA76FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA76FE is #158901. Grayscale: #A7A7A7. Windows color (decimal): -1411330 or 16676586. OLE color: 16676586.

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

Color convert

RGB 234 118 254 -
CMYK 0.08 0.54 0 0.00
HSL 291.18º 0.99% 0.73% -
HSV(B) 291.18º 0.54% 1% -
XYZ 58.3 37.61 97.95 -
YUV 168.19 176.43 174.94 -
System Red Green Blue C M Y K H S L
Decimal 234 118 254 0.08 0.54 0 0.00 291.18 0.99 0.73
Hex EA 76 FE 8 36 0 0 123 63 49
Octal 352 166 376 10 66 0 0 443 143 111
Binary 11101010 1110110 11111110 1000 110110 0 0 100100011 1100011 1001001

Color Harmonies of #EA76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76FE

Black with #EA76FE

Text Example


Text Example

White with #EA76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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