Html Css Color HEX #E25DFB Heliotrope

📋 copy color: '#E25DFB'

red 226 ◦ green 93 ◦ blue 251

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

Shades of Heliotrope #E25DFB

Tints of Heliotrope #E25DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.32%

 BLUE value IS 251 (98.44% from 255) = 44.04%

R = 39.65%
G = 16.32%
B = 44.04%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E25DFB (or 0xE25DFB) is known color: Heliotrope. HEX triplet: E2, 5D and FB. RGB value is (226,93,251). Sum of RGB (Red+Green+Blue) = 226+93+251=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 93 (36.72% from 255 or 16.32% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #E25DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25DFB is #1DA204. Grayscale: #969696. Windows color (decimal): -1942021 or 16473570. OLE color: 16473570.

HSL color Cylindrical-coordinate representation of color #E25DFB: hue angle of 290.51º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25DFB is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 93 251 -
CMYK 0.10 0.63 0 0.02
HSL 290.51º 0.95% 0.67% -
HSV(B) 290.51º 0.63% 0.98% -
XYZ 52.69 30.96 94.47 -
YUV 150.78 184.56 181.65 -
System Red Green Blue C M Y K H S L
Decimal 226 93 251 0.10 0.63 0 0.02 290.51 0.95 0.67
Hex E2 5D FB A 3F 0 2 123 5F 43
Octal 342 135 373 12 77 0 2 443 137 103
Binary 11100010 1011101 11111011 1010 111111 0 10 100100011 1011111 1000011

Color Harmonies of #E25DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25DFB

Black with #E25DFB

Text Example


Text Example

White with #E25DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25DFB; }

 p { color: rgb(226,93,251); }

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

background-color css

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

 a { background-color: rgb(226,93,251); }

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

border-color css

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

 span { border-color: rgb(226,93,251); }

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