Html Css Color HEX #E25AFD Heliotrope

📋 copy color: '#E25AFD'

red 226 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #E25AFD

Tints of Heliotrope #E25AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.82%

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

R = 39.72%
G = 15.82%
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

#E25AFD (or 0xE25AFD) is known color: Heliotrope. HEX triplet: E2, 5A and FD. RGB value is (226,90,253). Sum of RGB (Red+Green+Blue) = 226+90+253=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 90 (35.55% from 255 or 15.82% 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 #E25AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25AFD is #1DA502. Grayscale: #949494. Windows color (decimal): -1942787 or 16603874. OLE color: 16603874.

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

Color convert

RGB 226 90 253 -
CMYK 0.11 0.64 0 0.01
HSL 290.06º 0.98% 0.67% -
HSV(B) 290.06º 0.64% 0.99% -
XYZ 52.75 30.57 96.05 -
YUV 149.25 186.56 182.75 -
System Red Green Blue C M Y K H S L
Decimal 226 90 253 0.11 0.64 0 0.01 290.06 0.98 0.67
Hex E2 5A FD B 40 0 1 122 62 43
Octal 342 132 375 13 100 0 1 442 142 103
Binary 11100010 1011010 11111101 1011 1000000 0 1 100100010 1100010 1000011

Color Harmonies of #E25AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25AFD

Black with #E25AFD

Text Example


Text Example

White with #E25AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25AFD; }

 p { color: rgb(226,90,253); }

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

background-color css

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

 a { background-color: rgb(226,90,253); }

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

border-color css

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

 span { border-color: rgb(226,90,253); }

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