Html Css Color HEX #E705FF Psychedelic Purple

📋 copy color: '#E705FF'

red 231 ◦ green 5 ◦ blue 255

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

Shades of Psychedelic Purple #E705FF

Tints of Psychedelic Purple #E705FF

RGB

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

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

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

R = 47.05%
G = 1.02%
B = 51.93%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E705FF (or 0xE705FF) is known color: Psychedelic Purple. HEX triplet: E7, 05 and FF. RGB value is (231,5,255). Sum of RGB (Red+Green+Blue) = 231+5+255=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 5 (2.34% from 255 or 1.02% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #E705FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E705FF is #18FA00. Grayscale: #646464. Windows color (decimal): -1636865 or 16713191. OLE color: 16713191.

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

Color convert

RGB 231 5 255 -
CMYK 0.09 0.98 0 0
HSL 294.24º 1% 0.51% -
HSV(B) 294.24º 0.98% 1% -
XYZ 51.06 24.32 96.61 -
YUV 101.07 214.87 220.67 -
System Red Green Blue C M Y K H S L
Decimal 231 5 255 0.09 0.98 0 0 294.24 1 0.51
Hex E7 5 FF 9 62 0 0 126 64 33
Octal 347 5 377 11 142 0 0 446 144 63
Binary 11100111 101 11111111 1001 1100010 0 0 100100110 1100100 110011

Color Harmonies of #E705FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705FF

Black with #E705FF

Text Example


Text Example

White with #E705FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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