Html Css Color HEX #E25AFB Heliotrope

📋 copy color: '#E25AFB'

red 226 ◦ green 90 ◦ blue 251

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

Shades of Heliotrope #E25AFB

Tints of Heliotrope #E25AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.87%

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

R = 39.86%
G = 15.87%
B = 44.27%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E25AFB (or 0xE25AFB) is known color: Heliotrope. HEX triplet: E2, 5A and FB. RGB value is (226,90,251). Sum of RGB (Red+Green+Blue) = 226+90+251=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 90 (35.55% from 255 or 15.87% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #E25AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25AFB is #1DA504. Grayscale: #949494. Windows color (decimal): -1942789 or 16472802. OLE color: 16472802.

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

Color convert

RGB 226 90 251 -
CMYK 0.10 0.64 0 0.02
HSL 290.68º 0.95% 0.67% -
HSV(B) 290.68º 0.64% 0.98% -
XYZ 52.43 30.45 94.38 -
YUV 149.02 185.56 182.91 -
System Red Green Blue C M Y K H S L
Decimal 226 90 251 0.10 0.64 0 0.02 290.68 0.95 0.67
Hex E2 5A FB A 40 0 2 123 5F 43
Octal 342 132 373 12 100 0 2 443 137 103
Binary 11100010 1011010 11111011 1010 1000000 0 10 100100011 1011111 1000011

Color Harmonies of #E25AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25AFB

Black with #E25AFB

Text Example


Text Example

White with #E25AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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