Html Css Color HEX #E375F0 Heliotrope

📋 copy color: '#E375F0'

red 227 ◦ green 117 ◦ blue 240

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

Shades of Heliotrope #E375F0

Tints of Heliotrope #E375F0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.03%

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

R = 38.87%
G = 20.03%
B = 41.1%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E375F0 (or 0xE375F0) is known color: Heliotrope. HEX triplet: E3, 75 and F0. RGB value is (227,117,240). Sum of RGB (Red+Green+Blue) = 227+117+240=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #E375F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E375F0 is #1C8A0F. Grayscale: #A3A3A3. Windows color (decimal): -1870352 or 15758819. OLE color: 15758819.

HSL color Cylindrical-coordinate representation of color #E375F0: hue angle of 293.66º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E375F0 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 227 117 240 -
CMYK 0.05 0.51 0 0.06
HSL 293.66º 0.8% 0.7% -
HSV(B) 293.66º 0.51% 0.94% -
XYZ 53.77 35.34 86.43 -
YUV 163.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 227 117 240 0.05 0.51 0 0.06 293.66 0.8 0.7
Hex E3 75 F0 5 33 0 6 126 50 46
Octal 343 165 360 5 63 0 6 446 120 106
Binary 11100011 1110101 11110000 101 110011 0 110 100100110 1010000 1000110

Color Harmonies of #E375F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375F0

Black with #E375F0

Text Example


Text Example

White with #E375F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375F0; }

 p { color: rgb(227,117,240); }

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

background-color css

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

 a { background-color: rgb(227,117,240); }

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

border-color css

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

 span { border-color: rgb(227,117,240); }

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