Html Css Color HEX #E35CFD Heliotrope

📋 copy color: '#E35CFD'

red 227 ◦ green 92 ◦ blue 253

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

Shades of Heliotrope #E35CFD

Tints of Heliotrope #E35CFD

RGB

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

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

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

R = 39.69%
G = 16.08%
B = 44.23%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E35CFD (or 0xE35CFD) is known color: Heliotrope. HEX triplet: E3, 5C and FD. RGB value is (227,92,253). Sum of RGB (Red+Green+Blue) = 227+92+253=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 92 (36.33% from 255 or 16.08% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #E35CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35CFD is #1CA302. Grayscale: #969696. Windows color (decimal): -1876739 or 16604387. OLE color: 16604387.

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

Color convert

RGB 227 92 253 -
CMYK 0.10 0.64 0 0.01
HSL 290.31º 0.98% 0.68% -
HSV(B) 290.31º 0.64% 0.99% -
XYZ 53.24 31.08 96.12 -
YUV 150.72 185.73 182.41 -
System Red Green Blue C M Y K H S L
Decimal 227 92 253 0.10 0.64 0 0.01 290.31 0.98 0.68
Hex E3 5C FD A 40 0 1 122 62 44
Octal 343 134 375 12 100 0 1 442 142 104
Binary 11100011 1011100 11111101 1010 1000000 0 1 100100010 1100010 1000100

Color Harmonies of #E35CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35CFD

Black with #E35CFD

Text Example


Text Example

White with #E35CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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