Html Css Color HEX #E25CFC Heliotrope

📋 copy color: '#E25CFC'

red 226 ◦ green 92 ◦ blue 252

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

Shades of Heliotrope #E25CFC

Tints of Heliotrope #E25CFC

RGB

 RED value IS 226 (88.67% from 255) = 39.65%

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

 BLUE value IS 252 (98.83% from 255) = 44.21%

R = 39.65%
G = 16.14%
B = 44.21%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E25CFC (or 0xE25CFC) is known color: Heliotrope. HEX triplet: E2, 5C and FC. RGB value is (226,92,252). Sum of RGB (Red+Green+Blue) = 226+92+252=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 92 (36.33% from 255 or 16.14% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #E25CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25CFC is #1DA303. Grayscale: #959595. Windows color (decimal): -1942276 or 16538850. OLE color: 16538850.

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

Color convert

RGB 226 92 252 -
CMYK 0.10 0.63 0 0.01
HSL 290.25º 0.96% 0.67% -
HSV(B) 290.25º 0.63% 0.99% -
XYZ 52.76 30.85 95.27 -
YUV 150.31 185.39 181.99 -
System Red Green Blue C M Y K H S L
Decimal 226 92 252 0.10 0.63 0 0.01 290.25 0.96 0.67
Hex E2 5C FC A 3F 0 1 122 60 43
Octal 342 134 374 12 77 0 1 442 140 103
Binary 11100010 1011100 11111100 1010 111111 0 1 100100010 1100000 1000011

Color Harmonies of #E25CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25CFC

Black with #E25CFC

Text Example


Text Example

White with #E25CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25CFC; }

 p { color: rgb(226,92,252); }

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

background-color css

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

 a { background-color: rgb(226,92,252); }

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

border-color css

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

 span { border-color: rgb(226,92,252); }

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