Html Css Color HEX #E272F0 Heliotrope

📋 copy color: '#E272F0'

red 226 ◦ green 114 ◦ blue 240

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

Shades of Heliotrope #E272F0

Tints of Heliotrope #E272F0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.66%

 BLUE value IS 240 (94.14% from 255) = 41.38%

R = 38.97%
G = 19.66%
B = 41.38%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E272F0 (or 0xE272F0) is known color: Heliotrope. HEX triplet: E2, 72 and F0. RGB value is (226,114,240). Sum of RGB (Red+Green+Blue) = 226+114+240=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #E272F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E272F0 is #1D8D0F. Grayscale: #A1A1A1. Windows color (decimal): -1936656 or 15758050. OLE color: 15758050.

HSL color Cylindrical-coordinate representation of color #E272F0: hue angle of 293.33º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E272F0 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 114 240 -
CMYK 0.06 0.52 0 0.06
HSL 293.33º 0.81% 0.69% -
HSV(B) 293.33º 0.53% 0.94% -
XYZ 53.11 34.49 86.3 -
YUV 161.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 226 114 240 0.06 0.52 0 0.06 293.33 0.81 0.69
Hex E2 72 F0 6 34 0 6 125 51 45
Octal 342 162 360 6 64 0 6 445 121 105
Binary 11100010 1110010 11110000 110 110100 0 110 100100101 1010001 1000101

Color Harmonies of #E272F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E272F0

Black with #E272F0

Text Example


Text Example

White with #E272F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E272F0; }

 p { color: rgb(226,114,240); }

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

background-color css

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

 a { background-color: rgb(226,114,240); }

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

border-color css

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

 span { border-color: rgb(226,114,240); }

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