Html Css Color HEX #E705EF Psychedelic Purple

📋 copy color: '#E705EF'

red 231 ◦ green 5 ◦ blue 239

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

Shades of Psychedelic Purple #E705EF

Tints of Psychedelic Purple #E705EF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.05%

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

R = 48.63%
G = 1.05%
B = 50.32%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E705EF (or 0xE705EF) is known color: Psychedelic Purple. HEX triplet: E7, 05 and EF. RGB value is (231,5,239). Sum of RGB (Red+Green+Blue) = 231+5+239=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 5 (2.34% from 255 or 1.05% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #E705EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E705EF is #18FA10. Grayscale: #626262. Windows color (decimal): -1636881 or 15664615. OLE color: 15664615.

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

Color convert

RGB 231 5 239 -
CMYK 0.03 0.98 0 0.06
HSL 297.95º 0.96% 0.48% -
HSV(B) 297.95º 0.98% 0.94% -
XYZ 48.59 23.33 83.6 -
YUV 99.25 206.87 221.97 -
System Red Green Blue C M Y K H S L
Decimal 231 5 239 0.03 0.98 0 0.06 297.95 0.96 0.48
Hex E7 5 EF 3 62 0 6 12A 60 30
Octal 347 5 357 3 142 0 6 452 140 60
Binary 11100111 101 11101111 11 1100010 0 110 100101010 1100000 110000

Color Harmonies of #E705EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705EF

Black with #E705EF

Text Example


Text Example

White with #E705EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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