Html Css Color HEX #E374FD Heliotrope

📋 copy color: '#E374FD'

red 227 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #E374FD

Tints of Heliotrope #E374FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.46%

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

R = 38.09%
G = 19.46%
B = 42.45%

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

#E374FD (or 0xE374FD) is known color: Heliotrope. HEX triplet: E3, 74 and FD. RGB value is (227,116,253). Sum of RGB (Red+Green+Blue) = 227+116+253=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 116 (45.70% from 255 or 19.46% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #E374FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E374FD is #1C8B02. Grayscale: #A4A4A4. Windows color (decimal): -1870595 or 16610531. OLE color: 16610531.

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

Color convert

RGB 227 116 253 -
CMYK 0.10 0.54 0 0.01
HSL 288.61º 0.97% 0.72% -
HSV(B) 288.61º 0.54% 0.99% -
XYZ 55.65 35.91 96.93 -
YUV 164.81 177.77 172.36 -
System Red Green Blue C M Y K H S L
Decimal 227 116 253 0.10 0.54 0 0.01 288.61 0.97 0.72
Hex E3 74 FD A 36 0 1 121 61 48
Octal 343 164 375 12 66 0 1 441 141 110
Binary 11100011 1110100 11111101 1010 110110 0 1 100100001 1100001 1001000

Color Harmonies of #E374FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E374FD

Black with #E374FD

Text Example


Text Example

White with #E374FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E374FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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