Html Css Color HEX #E46AF2 Heliotrope

📋 copy color: '#E46AF2'

red 228 ◦ green 106 ◦ blue 242

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

Shades of Heliotrope #E46AF2

Tints of Heliotrope #E46AF2

RGB

 RED value IS 228 (89.45% from 255) = 39.58%

 GREEN value IS 106 (41.8% from 255) = 18.4%

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

R = 39.58%
G = 18.4%
B = 42.01%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E46AF2 (or 0xE46AF2) is known color: Heliotrope. HEX triplet: E4, 6A and F2. RGB value is (228,106,242). Sum of RGB (Red+Green+Blue) = 228+106+242=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 106 (41.80% from 255 or 18.40% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #E46AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46AF2 is #1B950D. Grayscale: #9D9D9D. Windows color (decimal): -1807630 or 15887076. OLE color: 15887076.

HSL color Cylindrical-coordinate representation of color #E46AF2: hue angle of 293.82º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E46AF2 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 106 242 -
CMYK 0.06 0.56 0 0.05
HSL 293.82º 0.84% 0.68% -
HSV(B) 293.82º 0.56% 0.95% -
XYZ 53.18 33.21 87.61 -
YUV 157.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 228 106 242 0.06 0.56 0 0.05 293.82 0.84 0.68
Hex E4 6A F2 6 38 0 5 126 54 44
Octal 344 152 362 6 70 0 5 446 124 104
Binary 11100100 1101010 11110010 110 111000 0 101 100100110 1010100 1000100

Color Harmonies of #E46AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46AF2

Black with #E46AF2

Text Example


Text Example

White with #E46AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46AF2; }

 p { color: rgb(228,106,242); }

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

background-color css

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

 a { background-color: rgb(228,106,242); }

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

border-color css

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

 span { border-color: rgb(228,106,242); }

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