Html Css Color HEX #E705FD Psychedelic Purple

📋 copy color: '#E705FD'

red 231 ◦ green 5 ◦ blue 253

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

Shades of Psychedelic Purple #E705FD

Tints of Psychedelic Purple #E705FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.74%

R = 47.24%
G = 1.02%
B = 51.74%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E705FD (or 0xE705FD) is known color: Psychedelic Purple. HEX triplet: E7, 05 and FD. RGB value is (231,5,253). Sum of RGB (Red+Green+Blue) = 231+5+253=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 5 (2.34% from 255 or 1.02% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #E705FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E705FD is #18FA02. Grayscale: #646464. Windows color (decimal): -1636867 or 16582119. OLE color: 16582119.

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

Color convert

RGB 231 5 253 -
CMYK 0.09 0.98 0 0.01
HSL 294.68º 0.98% 0.51% -
HSV(B) 294.68º 0.98% 0.99% -
XYZ 50.74 24.19 94.92 -
YUV 100.85 213.87 220.83 -
System Red Green Blue C M Y K H S L
Decimal 231 5 253 0.09 0.98 0 0.01 294.68 0.98 0.51
Hex E7 5 FD 9 62 0 1 127 62 33
Octal 347 5 375 11 142 0 1 447 142 63
Binary 11100111 101 11111101 1001 1100010 0 1 100100111 1100010 110011

Color Harmonies of #E705FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E705FD

Black with #E705FD

Text Example


Text Example

White with #E705FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E705FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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