Html Css Color HEX #E252FA Heliotrope

📋 copy color: '#E252FA'

red 226 ◦ green 82 ◦ blue 250

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

Shades of Heliotrope #E252FA

Tints of Heliotrope #E252FA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.7%

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 40.5%
G = 14.7%
B = 44.8%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E252FA (or 0xE252FA) is known color: Heliotrope. HEX triplet: E2, 52 and FA. RGB value is (226,82,250). Sum of RGB (Red+Green+Blue) = 226+82+250=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 82 (32.42% from 255 or 14.70% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #E252FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E252FA is #1DAD05. Grayscale: #8F8F8F. Windows color (decimal): -1944838 or 16405218. OLE color: 16405218.

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

Color convert

RGB 226 82 250 -
CMYK 0.10 0.67 0 0.02
HSL 291.43º 0.94% 0.65% -
HSV(B) 291.43º 0.67% 0.98% -
XYZ 51.64 29.11 93.34 -
YUV 144.21 187.71 186.34 -
System Red Green Blue C M Y K H S L
Decimal 226 82 250 0.10 0.67 0 0.02 291.43 0.94 0.65
Hex E2 52 FA A 43 0 2 123 5E 41
Octal 342 122 372 12 103 0 2 443 136 101
Binary 11100010 1010010 11111010 1010 1000011 0 10 100100011 1011110 1000001

Color Harmonies of #E252FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E252FA

Black with #E252FA

Text Example


Text Example

White with #E252FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E252FA; }

 p { color: rgb(226,82,250); }

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

background-color css

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

 a { background-color: rgb(226,82,250); }

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

border-color css

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

 span { border-color: rgb(226,82,250); }

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