Html Css Color HEX #E27DF5 Heliotrope

📋 copy color: '#E27DF5'

red 226 ◦ green 125 ◦ blue 245

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

Shades of Heliotrope #E27DF5

Tints of Heliotrope #E27DF5

RGB

 RED value IS 226 (88.67% from 255) = 37.92%

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

 BLUE value IS 245 (96.09% from 255) = 41.11%

R = 37.92%
G = 20.97%
B = 41.11%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E27DF5 (or 0xE27DF5) is known color: Heliotrope. HEX triplet: E2, 7D and F5. RGB value is (226,125,245). Sum of RGB (Red+Green+Blue) = 226+125+245=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 245 - color contains mainly: blue. Hex color #E27DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27DF5 is #1D820A. Grayscale: #A8A8A8. Windows color (decimal): -1933835 or 16088546. OLE color: 16088546.

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

Color convert

RGB 226 125 245 -
CMYK 0.08 0.49 0 0.04
HSL 290.5º 0.86% 0.73% -
HSV(B) 290.5º 0.49% 0.96% -
XYZ 55.18 37.43 90.7 -
YUV 168.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 226 125 245 0.08 0.49 0 0.04 290.5 0.86 0.73
Hex E2 7D F5 8 31 0 4 122 56 49
Octal 342 175 365 10 61 0 4 442 126 111
Binary 11100010 1111101 11110101 1000 110001 0 100 100100010 1010110 1001001

Color Harmonies of #E27DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27DF5

Black with #E27DF5

Text Example


Text Example

White with #E27DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27DF5; }

 p { color: rgb(226,125,245); }

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

background-color css

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

 a { background-color: rgb(226,125,245); }

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

border-color css

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

 span { border-color: rgb(226,125,245); }

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