Html Css Color HEX #E270F2 Heliotrope

📋 copy color: '#E270F2'

red 226 ◦ green 112 ◦ blue 242

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

Shades of Heliotrope #E270F2

Tints of Heliotrope #E270F2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.31%

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

R = 38.97%
G = 19.31%
B = 41.72%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E270F2 (or 0xE270F2) is known color: Heliotrope. HEX triplet: E2, 70 and F2. RGB value is (226,112,242). Sum of RGB (Red+Green+Blue) = 226+112+242=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 112 (44.14% from 255 or 19.31% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #E270F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E270F2 is #1D8F0D. Grayscale: #A0A0A0. Windows color (decimal): -1937166 or 15888610. OLE color: 15888610.

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

Color convert

RGB 226 112 242 -
CMYK 0.07 0.54 0 0.05
HSL 292.62º 0.83% 0.69% -
HSV(B) 292.62º 0.54% 0.95% -
XYZ 53.19 34.17 87.8 -
YUV 160.91 173.77 174.43 -
System Red Green Blue C M Y K H S L
Decimal 226 112 242 0.07 0.54 0 0.05 292.62 0.83 0.69
Hex E2 70 F2 7 36 0 5 125 53 45
Octal 342 160 362 7 66 0 5 445 123 105
Binary 11100010 1110000 11110010 111 110110 0 101 100100101 1010011 1000101

Color Harmonies of #E270F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E270F2

Black with #E270F2

Text Example


Text Example

White with #E270F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E270F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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