Html Css Color HEX #EA7DFF Heliotrope

📋 copy color: '#EA7DFF'

red 234 ◦ green 125 ◦ blue 255

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

Shades of Heliotrope #EA7DFF

Tints of Heliotrope #EA7DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.36%

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

R = 38.11%
G = 20.36%
B = 41.53%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA7DFF (or 0xEA7DFF) is known color: Heliotrope. HEX triplet: EA, 7D and FF. RGB value is (234,125,255). Sum of RGB (Red+Green+Blue) = 234+125+255=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 125 (49.22% from 255 or 20.36% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA7DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7DFF is #158200. Grayscale: #ACACAC. Windows color (decimal): -1409537 or 16743914. OLE color: 16743914.

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

Color convert

RGB 234 125 255 -
CMYK 0.08 0.51 0 0
HSL 290.31º 1% 0.75% -
HSV(B) 290.31º 0.51% 1% -
XYZ 59.32 39.38 99.08 -
YUV 172.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 234 125 255 0.08 0.51 0 0 290.31 1 0.75
Hex EA 7D FF 8 33 0 0 122 64 4B
Octal 352 175 377 10 63 0 0 442 144 113
Binary 11101010 1111101 11111111 1000 110011 0 0 100100010 1100100 1001011

Color Harmonies of #EA7DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DFF

Black with #EA7DFF

Text Example


Text Example

White with #EA7DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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