Html Css Color HEX #E25FFB Heliotrope

📋 copy color: '#E25FFB'

red 226 ◦ green 95 ◦ blue 251

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

Shades of Heliotrope #E25FFB

Tints of Heliotrope #E25FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.61%

 BLUE value IS 251 (98.44% from 255) = 43.88%

R = 39.51%
G = 16.61%
B = 43.88%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E25FFB (or 0xE25FFB) is known color: Heliotrope. HEX triplet: E2, 5F and FB. RGB value is (226,95,251). Sum of RGB (Red+Green+Blue) = 226+95+251=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 95 (37.5% from 255 or 16.61% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #E25FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25FFB is #1DA004. Grayscale: #979797. Windows color (decimal): -1941509 or 16474082. OLE color: 16474082.

HSL color Cylindrical-coordinate representation of color #E25FFB: hue angle of 290.38º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25FFB is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 95 251 -
CMYK 0.10 0.62 0 0.02
HSL 290.38º 0.95% 0.68% -
HSV(B) 290.38º 0.62% 0.98% -
XYZ 52.87 31.32 94.53 -
YUV 151.95 183.9 180.82 -
System Red Green Blue C M Y K H S L
Decimal 226 95 251 0.10 0.62 0 0.02 290.38 0.95 0.68
Hex E2 5F FB A 3E 0 2 122 5F 44
Octal 342 137 373 12 76 0 2 442 137 104
Binary 11100010 1011111 11111011 1010 111110 0 10 100100010 1011111 1000100

Color Harmonies of #E25FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25FFB

Black with #E25FFB

Text Example


Text Example

White with #E25FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25FFB; }

 p { color: rgb(226,95,251); }

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

background-color css

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

 a { background-color: rgb(226,95,251); }

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

border-color css

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

 span { border-color: rgb(226,95,251); }

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