Html Css Color HEX #E384FC Heliotrope

📋 copy color: '#E384FC'

red 227 ◦ green 132 ◦ blue 252

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

Shades of Heliotrope #E384FC

Tints of Heliotrope #E384FC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.6%

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

R = 37.15%
G = 21.6%
B = 41.24%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E384FC (or 0xE384FC) is known color: Heliotrope. HEX triplet: E3, 84 and FC. RGB value is (227,132,252). Sum of RGB (Red+Green+Blue) = 227+132+252=611 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.15% from 611); Green value is 132 (51.95% from 255 or 21.60% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #E384FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E384FC is #1C7B03. Grayscale: #ADADAD. Windows color (decimal): -1866500 or 16549091. OLE color: 16549091.

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

Color convert

RGB 227 132 252 -
CMYK 0.10 0.48 0 0.01
HSL 287.5º 0.95% 0.75% -
HSV(B) 287.5º 0.48% 0.99% -
XYZ 57.5 39.86 96.76 -
YUV 174.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 227 132 252 0.10 0.48 0 0.01 287.5 0.95 0.75
Hex E3 84 FC A 30 0 1 120 5F 4B
Octal 343 204 374 12 60 0 1 440 137 113
Binary 11100011 10000100 11111100 1010 110000 0 1 100100000 1011111 1001011

Color Harmonies of #E384FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E384FC

Black with #E384FC

Text Example


Text Example

White with #E384FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E384FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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