Html Css Color HEX #E375FD Heliotrope

📋 copy color: '#E375FD'

red 227 ◦ green 117 ◦ blue 253

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

Shades of Heliotrope #E375FD

Tints of Heliotrope #E375FD

RGB

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

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

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

R = 38.02%
G = 19.6%
B = 42.38%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E375FD (or 0xE375FD) is known color: Heliotrope. HEX triplet: E3, 75 and FD. RGB value is (227,117,253). Sum of RGB (Red+Green+Blue) = 227+117+253=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 117 (46.09% from 255 or 19.60% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #E375FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E375FD is #1C8A02. Grayscale: #A4A4A4. Windows color (decimal): -1870339 or 16610787. OLE color: 16610787.

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

Color convert

RGB 227 117 253 -
CMYK 0.10 0.54 0 0.01
HSL 288.53º 0.97% 0.73% -
HSV(B) 288.53º 0.54% 0.99% -
XYZ 55.77 36.15 96.97 -
YUV 165.39 177.44 171.94 -
System Red Green Blue C M Y K H S L
Decimal 227 117 253 0.10 0.54 0 0.01 288.53 0.97 0.73
Hex E3 75 FD A 36 0 1 121 61 49
Octal 343 165 375 12 66 0 1 441 141 111
Binary 11100011 1110101 11111101 1010 110110 0 1 100100001 1100001 1001001

Color Harmonies of #E375FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375FD

Black with #E375FD

Text Example


Text Example

White with #E375FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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