Html Css Color HEX #E705F7 Psychedelic Purple

📋 copy color: '#E705F7'

red 231 ◦ green 5 ◦ blue 247

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

Shades of Psychedelic Purple #E705F7

Tints of Psychedelic Purple #E705F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.14%

R = 47.83%
G = 1.04%
B = 51.14%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E705F7 (or 0xE705F7) is known color: Psychedelic Purple. HEX triplet: E7, 05 and F7. RGB value is (231,5,247). Sum of RGB (Red+Green+Blue) = 231+5+247=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 5 (2.34% from 255 or 1.04% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #E705F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E705F7 is #18FA08. Grayscale: #636363. Windows color (decimal): -1636873 or 16188903. OLE color: 16188903.

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

Color convert

RGB 231 5 247 -
CMYK 0.06 0.98 0 0.03
HSL 296.03º 0.96% 0.49% -
HSV(B) 296.03º 0.98% 0.97% -
XYZ 49.8 23.81 89.97 -
YUV 100.16 210.87 221.32 -
System Red Green Blue C M Y K H S L
Decimal 231 5 247 0.06 0.98 0 0.03 296.03 0.96 0.49
Hex E7 5 F7 6 62 0 3 128 60 31
Octal 347 5 367 6 142 0 3 450 140 61
Binary 11100111 101 11110111 110 1100010 0 11 100101000 1100000 110001

Color Harmonies of #E705F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705F7

Black with #E705F7

Text Example


Text Example

White with #E705F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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