Html Css Color HEX #E25BFD Heliotrope

📋 copy color: '#E25BFD'

red 226 ◦ green 91 ◦ blue 253

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

Shades of Heliotrope #E25BFD

Tints of Heliotrope #E25BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.96%

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

R = 39.65%
G = 15.96%
B = 44.39%

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

#E25BFD (or 0xE25BFD) is known color: Heliotrope. HEX triplet: E2, 5B and FD. RGB value is (226,91,253). Sum of RGB (Red+Green+Blue) = 226+91+253=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 91 (35.94% from 255 or 15.96% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #E25BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25BFD is #1DA402. Grayscale: #959595. Windows color (decimal): -1942531 or 16604130. OLE color: 16604130.

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

Color convert

RGB 226 91 253 -
CMYK 0.11 0.64 0 0.01
HSL 290º 0.98% 0.67% -
HSV(B) 290º 0.64% 0.99% -
XYZ 52.83 30.74 96.08 -
YUV 149.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 226 91 253 0.11 0.64 0 0.01 290 0.98 0.67
Hex E2 5B FD B 40 0 1 122 62 43
Octal 342 133 375 13 100 0 1 442 142 103
Binary 11100010 1011011 11111101 1011 1000000 0 1 100100010 1100010 1000011

Color Harmonies of #E25BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25BFD

Black with #E25BFD

Text Example


Text Example

White with #E25BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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