Html Css Color HEX #E712FF Psychedelic Purple

📋 copy color: '#E712FF'

red 231 ◦ green 18 ◦ blue 255

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

Shades of Psychedelic Purple #E712FF

Tints of Psychedelic Purple #E712FF

RGB

 RED value IS 231 (90.63% from 255) = 45.83%

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

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

R = 45.83%
G = 3.57%
B = 50.6%

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

#E712FF (or 0xE712FF) is known color: Psychedelic Purple. HEX triplet: E7, 12 and FF. RGB value is (231,18,255). Sum of RGB (Red+Green+Blue) = 231+18+255=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 18 (7.42% from 255 or 3.57% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #E712FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E712FF is #18ED00. Grayscale: #6B6B6B. Windows color (decimal): -1633537 or 16716519. OLE color: 16716519.

HSL color Cylindrical-coordinate representation of color #E712FF: hue angle of 293.92º 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 #E712FF is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 231 18 255 -
CMYK 0.09 0.93 0 0
HSL 293.92º 1% 0.54% -
HSV(B) 293.92º 0.93% 1% -
XYZ 51.22 24.64 96.66 -
YUV 108.71 210.57 215.23 -
System Red Green Blue C M Y K H S L
Decimal 231 18 255 0.09 0.93 0 0 293.92 1 0.54
Hex E7 12 FF 9 5D 0 0 126 64 36
Octal 347 22 377 11 135 0 0 446 144 66
Binary 11100111 10010 11111111 1001 1011101 0 0 100100110 1100100 110110

Color Harmonies of #E712FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E712FF

Black with #E712FF

Text Example


Text Example

White with #E712FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E712FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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