Html Css Color HEX #E712EF Psychedelic Purple

📋 copy color: '#E712EF'

red 231 ◦ green 18 ◦ blue 239

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

Shades of Psychedelic Purple #E712EF

Tints of Psychedelic Purple #E712EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.98%

R = 47.34%
G = 3.69%
B = 48.98%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E712EF (or 0xE712EF) is known color: Psychedelic Purple. HEX triplet: E7, 12 and EF. RGB value is (231,18,239). Sum of RGB (Red+Green+Blue) = 231+18+239=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 18 (7.42% from 255 or 3.69% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #E712EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E712EF is #18ED10. Grayscale: #6A6A6A. Windows color (decimal): -1633553 or 15667943. OLE color: 15667943.

HSL color Cylindrical-coordinate representation of color #E712EF: hue angle of 297.83º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E712EF is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 18 239 -
CMYK 0.03 0.92 0 0.06
HSL 297.83º 0.87% 0.5% -
HSV(B) 297.83º 0.92% 0.94% -
XYZ 48.75 23.65 83.66 -
YUV 106.88 202.57 216.53 -
System Red Green Blue C M Y K H S L
Decimal 231 18 239 0.03 0.92 0 0.06 297.83 0.87 0.5
Hex E7 12 EF 3 5C 0 6 12A 57 32
Octal 347 22 357 3 134 0 6 452 127 62
Binary 11100111 10010 11101111 11 1011100 0 110 100101010 1010111 110010

Color Harmonies of #E712EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E712EF

Black with #E712EF

Text Example


Text Example

White with #E712EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E712EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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