Html Css Color HEX #E05CFD Heliotrope

📋 copy color: '#E05CFD'

red 224 ◦ green 92 ◦ blue 253

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

Shades of Heliotrope #E05CFD

Tints of Heliotrope #E05CFD

RGB

 RED value IS 224 (87.89% from 255) = 39.37%

 GREEN value IS 92 (36.33% from 255) = 16.17%

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

R = 39.37%
G = 16.17%
B = 44.46%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E05CFD (or 0xE05CFD) is known color: Heliotrope. HEX triplet: E0, 5C and FD. RGB value is (224,92,253). Sum of RGB (Red+Green+Blue) = 224+92+253=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 92 (36.33% from 255 or 16.17% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #E05CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05CFD is #1FA302. Grayscale: #959595. Windows color (decimal): -2073347 or 16604384. OLE color: 16604384.

HSL color Cylindrical-coordinate representation of color #E05CFD: hue angle of 289.19º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05CFD is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 92 253 -
CMYK 0.11 0.64 0 0.01
HSL 289.19º 0.98% 0.68% -
HSV(B) 289.19º 0.64% 0.99% -
XYZ 52.3 30.59 96.08 -
YUV 149.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 224 92 253 0.11 0.64 0 0.01 289.19 0.98 0.68
Hex E0 5C FD B 40 0 1 121 62 44
Octal 340 134 375 13 100 0 1 441 142 104
Binary 11100000 1011100 11111101 1011 1000000 0 1 100100001 1100010 1000100

Color Harmonies of #E05CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05CFD

Black with #E05CFD

Text Example


Text Example

White with #E05CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05CFD; }

 p { color: rgb(224,92,253); }

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

background-color css

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

 a { background-color: rgb(224,92,253); }

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

border-color css

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

 span { border-color: rgb(224,92,253); }

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