Html Css Color HEX #E705EC Psychedelic Purple

📋 copy color: '#E705EC'

red 231 ◦ green 5 ◦ blue 236

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

Shades of Psychedelic Purple #E705EC

Tints of Psychedelic Purple #E705EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50%

R = 48.94%
G = 1.06%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E705EC (or 0xE705EC) is known color: Psychedelic Purple. HEX triplet: E7, 05 and EC. RGB value is (231,5,236). Sum of RGB (Red+Green+Blue) = 231+5+236=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 5 (2.34% from 255 or 1.06% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #E705EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E705EC is #18FA13. Grayscale: #626262. Windows color (decimal): -1636884 or 15468007. OLE color: 15468007.

HSL color Cylindrical-coordinate representation of color #E705EC: hue angle of 298.7º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705EC is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 5 236 -
CMYK 0.02 0.98 0 0.07
HSL 298.7º 0.96% 0.47% -
HSV(B) 298.7º 0.98% 0.93% -
XYZ 48.15 23.15 81.29 -
YUV 98.91 205.37 222.22 -
System Red Green Blue C M Y K H S L
Decimal 231 5 236 0.02 0.98 0 0.07 298.7 0.96 0.47
Hex E7 5 EC 2 62 0 7 12B 60 2F
Octal 347 5 354 2 142 0 7 453 140 57
Binary 11100111 101 11101100 10 1100010 0 111 100101011 1100000 101111

Color Harmonies of #E705EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705EC

Black with #E705EC

Text Example


Text Example

White with #E705EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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