Html Css Color HEX #E624F2 Psychedelic Purple

📋 copy color: '#E624F2'

red 230 ◦ green 36 ◦ blue 242

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

Shades of Psychedelic Purple #E624F2

Tints of Psychedelic Purple #E624F2

RGB

 RED value IS 230 (90.23% from 255) = 45.28%

 GREEN value IS 36 (14.45% from 255) = 7.09%

 BLUE value IS 242 (94.92% from 255) = 47.64%

R = 45.28%
G = 7.09%
B = 47.64%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E624F2 (or 0xE624F2) is known color: Psychedelic Purple. HEX triplet: E6, 24 and F2. RGB value is (230,36,242). Sum of RGB (Red+Green+Blue) = 230+36+242=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 36 (14.45% from 255 or 7.09% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #E624F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E624F2 is #19DB0D. Grayscale: #747474. Windows color (decimal): -1694478 or 15869158. OLE color: 15869158.

HSL color Cylindrical-coordinate representation of color #E624F2: hue angle of 296.5º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E624F2 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 36 242 -
CMYK 0.05 0.85 0 0.05
HSL 296.5º 0.89% 0.55% -
HSV(B) 296.5º 0.85% 0.95% -
XYZ 49.29 24.5 86.13 -
YUV 117.49 198.27 208.25 -
System Red Green Blue C M Y K H S L
Decimal 230 36 242 0.05 0.85 0 0.05 296.5 0.89 0.55
Hex E6 24 F2 5 55 0 5 129 59 37
Octal 346 44 362 5 125 0 5 451 131 67
Binary 11100110 100100 11110010 101 1010101 0 101 100101001 1011001 110111

Color Harmonies of #E624F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E624F2

Black with #E624F2

Text Example


Text Example

White with #E624F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E624F2; }

 p { color: rgb(230,36,242); }

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

background-color css

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

 a { background-color: rgb(230,36,242); }

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

border-color css

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

 span { border-color: rgb(230,36,242); }

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