Html Css Color HEX #E384FD Heliotrope

📋 copy color: '#E384FD'

red 227 ◦ green 132 ◦ blue 253

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

Shades of Heliotrope #E384FD

Tints of Heliotrope #E384FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.34%

R = 37.09%
G = 21.57%
B = 41.34%

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

#E384FD (or 0xE384FD) is known color: Heliotrope. HEX triplet: E3, 84 and FD. RGB value is (227,132,253). Sum of RGB (Red+Green+Blue) = 227+132+253=612 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.09% from 612); Green value is 132 (51.95% from 255 or 21.57% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #E384FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E384FD is #1C7B02. Grayscale: #ADADAD. Windows color (decimal): -1866499 or 16614627. OLE color: 16614627.

HSL color Cylindrical-coordinate representation of color #E384FD: hue angle of 287.11º degrees, saturation: 0.97, 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 #E384FD is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 132 253 -
CMYK 0.10 0.48 0 0.01
HSL 287.11º 0.97% 0.75% -
HSV(B) 287.11º 0.48% 0.99% -
XYZ 57.66 39.93 97.6 -
YUV 174.2 172.47 165.66 -
System Red Green Blue C M Y K H S L
Decimal 227 132 253 0.10 0.48 0 0.01 287.11 0.97 0.75
Hex E3 84 FD A 30 0 1 11F 61 4B
Octal 343 204 375 12 60 0 1 437 141 113
Binary 11100011 10000100 11111101 1010 110000 0 1 100011111 1100001 1001011

Color Harmonies of #E384FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E384FD

Black with #E384FD

Text Example


Text Example

White with #E384FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E384FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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