Html Css Color HEX #E025FB Psychedelic Purple

📋 copy color: '#E025FB'

red 224 ◦ green 37 ◦ blue 251

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

Shades of Psychedelic Purple #E025FB

Tints of Psychedelic Purple #E025FB

RGB

 RED value IS 224 (87.89% from 255) = 43.75%

 GREEN value IS 37 (14.84% from 255) = 7.23%

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

R = 43.75%
G = 7.23%
B = 49.02%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E025FB (or 0xE025FB) is known color: Psychedelic Purple. HEX triplet: E0, 25 and FB. RGB value is (224,37,251). Sum of RGB (Red+Green+Blue) = 224+37+251=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 37 (14.84% from 255 or 7.23% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #E025FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E025FB is #1FDA04. Grayscale: #747474. Windows color (decimal): -2087429 or 16459232. OLE color: 16459232.

HSL color Cylindrical-coordinate representation of color #E025FB: hue angle of 292.43º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E025FB is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 37 251 -
CMYK 0.11 0.85 0 0.02
HSL 292.43º 0.96% 0.56% -
HSV(B) 292.43º 0.85% 0.98% -
XYZ 48.81 24.14 93.35 -
YUV 117.31 203.45 204.1 -
System Red Green Blue C M Y K H S L
Decimal 224 37 251 0.11 0.85 0 0.02 292.43 0.96 0.56
Hex E0 25 FB B 55 0 2 124 60 38
Octal 340 45 373 13 125 0 2 444 140 70
Binary 11100000 100101 11111011 1011 1010101 0 10 100100100 1100000 111000

Color Harmonies of #E025FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025FB

Black with #E025FB

Text Example


Text Example

White with #E025FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025FB; }

 p { color: rgb(224,37,251); }

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

background-color css

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

 a { background-color: rgb(224,37,251); }

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

border-color css

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

 span { border-color: rgb(224,37,251); }

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