Html Css Color HEX #E37AF2 Heliotrope

📋 copy color: '#E37AF2'

red 227 ◦ green 122 ◦ blue 242

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

Shades of Heliotrope #E37AF2

Tints of Heliotrope #E37AF2

RGB

 RED value IS 227 (89.06% from 255) = 38.41%

 GREEN value IS 122 (48.05% from 255) = 20.64%

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

R = 38.41%
G = 20.64%
B = 40.95%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E37AF2 (or 0xE37AF2) is known color: Heliotrope. HEX triplet: E3, 7A and F2. RGB value is (227,122,242). Sum of RGB (Red+Green+Blue) = 227+122+242=591 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.41% from 591); Green value is 122 (48.05% from 255 or 20.64% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #E37AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E37AF2 is #1C850D. Grayscale: #A6A6A6. Windows color (decimal): -1869070 or 15891171. OLE color: 15891171.

HSL color Cylindrical-coordinate representation of color #E37AF2: hue angle of 292.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E37AF2 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 227 122 242 -
CMYK 0.06 0.50 0 0.05
HSL 292.5º 0.82% 0.71% -
HSV(B) 292.5º 0.5% 0.95% -
XYZ 54.67 36.66 88.2 -
YUV 167.08 170.29 170.74 -
System Red Green Blue C M Y K H S L
Decimal 227 122 242 0.06 0.50 0 0.05 292.5 0.82 0.71
Hex E3 7A F2 6 32 0 5 124 52 47
Octal 343 172 362 6 62 0 5 444 122 107
Binary 11100011 1111010 11110010 110 110010 0 101 100100100 1010010 1000111

Color Harmonies of #E37AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37AF2

Black with #E37AF2

Text Example


Text Example

White with #E37AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37AF2; }

 p { color: rgb(227,122,242); }

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

background-color css

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

 a { background-color: rgb(227,122,242); }

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

border-color css

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

 span { border-color: rgb(227,122,242); }

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