Html Css Color HEX #EA61FE Heliotrope

📋 copy color: '#EA61FE'

red 234 ◦ green 97 ◦ blue 254

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

Shades of Heliotrope #EA61FE

Tints of Heliotrope #EA61FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.58%

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

R = 40%
G = 16.58%
B = 43.42%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EA61FE (or 0xEA61FE) is known color: Heliotrope. HEX triplet: EA, 61 and FE. RGB value is (234,97,254). Sum of RGB (Red+Green+Blue) = 234+97+254=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 97 (38.28% from 255 or 16.58% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA61FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA61FE is #159E01. Grayscale: #9B9B9B. Windows color (decimal): -1416706 or 16671210. OLE color: 16671210.

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

Color convert

RGB 234 97 254 -
CMYK 0.08 0.62 0 0.00
HSL 292.36º 0.99% 0.69% -
HSV(B) 292.36º 0.62% 1% -
XYZ 56.1 33.2 97.22 -
YUV 155.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 234 97 254 0.08 0.62 0 0.00 292.36 0.99 0.69
Hex EA 61 FE 8 3E 0 0 124 63 45
Octal 352 141 376 10 76 0 0 444 143 105
Binary 11101010 1100001 11111110 1000 111110 0 0 100100100 1100011 1000101

Color Harmonies of #EA61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA61FE

Black with #EA61FE

Text Example


Text Example

White with #EA61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA61FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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