Html Css Color HEX #E025E6 Psychedelic Purple

📋 copy color: '#E025E6'

red 224 ◦ green 37 ◦ blue 230

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

Shades of Psychedelic Purple #E025E6

Tints of Psychedelic Purple #E025E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.84%

R = 45.62%
G = 7.54%
B = 46.84%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E025E6 (or 0xE025E6) is known color: Psychedelic Purple. HEX triplet: E0, 25 and E6. RGB value is (224,37,230). Sum of RGB (Red+Green+Blue) = 224+37+230=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 37 (14.84% from 255 or 7.54% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #E025E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E025E6 is #1FDA19. Grayscale: #727272. Windows color (decimal): -2087450 or 15082976. OLE color: 15082976.

HSL color Cylindrical-coordinate representation of color #E025E6: hue angle of 298.13º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E025E6 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 37 230 -
CMYK 0.03 0.84 0 0.10
HSL 298.13º 0.79% 0.52% -
HSV(B) 298.13º 0.84% 0.9% -
XYZ 45.68 22.88 76.87 -
YUV 114.92 192.95 205.81 -
System Red Green Blue C M Y K H S L
Decimal 224 37 230 0.03 0.84 0 0.10 298.13 0.79 0.52
Hex E0 25 E6 3 54 0 A 12A 4F 34
Octal 340 45 346 3 124 0 12 452 117 64
Binary 11100000 100101 11100110 11 1010100 0 1010 100101010 1001111 110100

Color Harmonies of #E025E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025E6

Black with #E025E6

Text Example


Text Example

White with #E025E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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