Html Css Color HEX #E24CFA Heliotrope

📋 copy color: '#E24CFA'

red 226 ◦ green 76 ◦ blue 250

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

Shades of Heliotrope #E24CFA

Tints of Heliotrope #E24CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.77%

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

R = 40.94%
G = 13.77%
B = 45.29%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E24CFA (or 0xE24CFA) is known color: Heliotrope. HEX triplet: E2, 4C and FA. RGB value is (226,76,250). Sum of RGB (Red+Green+Blue) = 226+76+250=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 76 (30.08% from 255 or 13.77% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #E24CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E24CFA is #1DB305. Grayscale: #8C8C8C. Windows color (decimal): -1946374 or 16403682. OLE color: 16403682.

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

Color convert

RGB 226 76 250 -
CMYK 0.10 0.70 0 0.02
HSL 291.72º 0.95% 0.64% -
HSV(B) 291.72º 0.7% 0.98% -
XYZ 51.2 28.24 93.19 -
YUV 140.69 189.7 188.85 -
System Red Green Blue C M Y K H S L
Decimal 226 76 250 0.10 0.70 0 0.02 291.72 0.95 0.64
Hex E2 4C FA A 46 0 2 124 5F 40
Octal 342 114 372 12 106 0 2 444 137 100
Binary 11100010 1001100 11111010 1010 1000110 0 10 100100100 1011111 1000000

Color Harmonies of #E24CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24CFA

Black with #E24CFA

Text Example


Text Example

White with #E24CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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