Html Css Color HEX #E25AF2 Heliotrope

📋 copy color: '#E25AF2'

red 226 ◦ green 90 ◦ blue 242

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

Shades of Heliotrope #E25AF2

Tints of Heliotrope #E25AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.37%

R = 40.5%
G = 16.13%
B = 43.37%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E25AF2 (or 0xE25AF2) is known color: Heliotrope. HEX triplet: E2, 5A and F2. RGB value is (226,90,242). Sum of RGB (Red+Green+Blue) = 226+90+242=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #E25AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25AF2 is #1DA50D. Grayscale: #939393. Windows color (decimal): -1942798 or 15882978. OLE color: 15882978.

HSL color Cylindrical-coordinate representation of color #E25AF2: hue angle of 293.68º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25AF2 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 90 242 -
CMYK 0.07 0.63 0 0.05
HSL 293.68º 0.85% 0.65% -
HSV(B) 293.68º 0.63% 0.95% -
XYZ 51.05 29.89 87.08 -
YUV 147.99 181.06 183.64 -
System Red Green Blue C M Y K H S L
Decimal 226 90 242 0.07 0.63 0 0.05 293.68 0.85 0.65
Hex E2 5A F2 7 3F 0 5 126 55 41
Octal 342 132 362 7 77 0 5 446 125 101
Binary 11100010 1011010 11110010 111 111111 0 101 100100110 1010101 1000001

Color Harmonies of #E25AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25AF2

Black with #E25AF2

Text Example


Text Example

White with #E25AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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