Html Css Color HEX #E372FC Heliotrope

📋 copy color: '#E372FC'

red 227 ◦ green 114 ◦ blue 252

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

Shades of Heliotrope #E372FC

Tints of Heliotrope #E372FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.5%

R = 38.28%
G = 19.22%
B = 42.5%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E372FC (or 0xE372FC) is known color: Heliotrope. HEX triplet: E3, 72 and FC. RGB value is (227,114,252). Sum of RGB (Red+Green+Blue) = 227+114+252=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 114 (44.92% from 255 or 19.22% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #E372FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E372FC is #1C8D03. Grayscale: #A3A3A3. Windows color (decimal): -1871108 or 16544483. OLE color: 16544483.

HSL color Cylindrical-coordinate representation of color #E372FC: hue angle of 289.13º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E372FC is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 114 252 -
CMYK 0.10 0.55 0 0.01
HSL 289.13º 0.96% 0.72% -
HSV(B) 289.13º 0.55% 0.99% -
XYZ 55.27 35.39 96.01 -
YUV 163.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 227 114 252 0.10 0.55 0 0.01 289.13 0.96 0.72
Hex E3 72 FC A 37 0 1 121 60 48
Octal 343 162 374 12 67 0 1 441 140 110
Binary 11100011 1110010 11111100 1010 110111 0 1 100100001 1100000 1001000

Color Harmonies of #E372FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E372FC

Black with #E372FC

Text Example


Text Example

White with #E372FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E372FC; }

 p { color: rgb(227,114,252); }

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

background-color css

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

 a { background-color: rgb(227,114,252); }

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

border-color css

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

 span { border-color: rgb(227,114,252); }

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