Html Css Color HEX #E912FF Psychedelic Purple

📋 copy color: '#E912FF'

red 233 ◦ green 18 ◦ blue 255

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

Shades of Psychedelic Purple #E912FF

Tints of Psychedelic Purple #E912FF

RGB

 RED value IS 233 (91.41% from 255) = 46.05%

 GREEN value IS 18 (7.42% from 255) = 3.56%

 BLUE value IS 255 (100% from 255) = 50.4%

R = 46.05%
G = 3.56%
B = 50.4%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E912FF (or 0xE912FF) is known color: Psychedelic Purple. HEX triplet: E9, 12 and FF. RGB value is (233,18,255). Sum of RGB (Red+Green+Blue) = 233+18+255=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 18 (7.42% from 255 or 3.56% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #E912FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E912FF is #16ED00. Grayscale: #6C6C6C. Windows color (decimal): -1502465 or 16716521. OLE color: 16716521.

HSL color Cylindrical-coordinate representation of color #E912FF: hue angle of 294.43º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E912FF is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 233 18 255 -
CMYK 0.09 0.93 0 0
HSL 294.43º 1% 0.54% -
HSV(B) 294.43º 0.93% 1% -
XYZ 51.87 24.98 96.69 -
YUV 109.3 210.23 216.23 -
System Red Green Blue C M Y K H S L
Decimal 233 18 255 0.09 0.93 0 0 294.43 1 0.54
Hex E9 12 FF 9 5D 0 0 126 64 36
Octal 351 22 377 11 135 0 0 446 144 66
Binary 11101001 10010 11111111 1001 1011101 0 0 100100110 1100100 110110

Color Harmonies of #E912FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E912FF

Black with #E912FF

Text Example


Text Example

White with #E912FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E912FF; }

 p { color: rgb(233,18,255); }

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

background-color css

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

 a { background-color: rgb(233,18,255); }

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

border-color css

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

 span { border-color: rgb(233,18,255); }

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