Html Css Color HEX #E707FD Psychedelic Purple

📋 copy color: '#E707FD'

red 231 ◦ green 7 ◦ blue 253

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

Shades of Psychedelic Purple #E707FD

Tints of Psychedelic Purple #E707FD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.43%

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

R = 47.05%
G = 1.43%
B = 51.53%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E707FD (or 0xE707FD) is known color: Psychedelic Purple. HEX triplet: E7, 07 and FD. RGB value is (231,7,253). Sum of RGB (Red+Green+Blue) = 231+7+253=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 7 (3.12% from 255 or 1.43% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #E707FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E707FD is #18F802. Grayscale: #656565. Windows color (decimal): -1636355 or 16582631. OLE color: 16582631.

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

Color convert

RGB 231 7 253 -
CMYK 0.09 0.97 0 0.01
HSL 294.63º 0.98% 0.51% -
HSV(B) 294.63º 0.97% 0.99% -
XYZ 50.76 24.23 94.93 -
YUV 102.02 213.21 220 -
System Red Green Blue C M Y K H S L
Decimal 231 7 253 0.09 0.97 0 0.01 294.63 0.98 0.51
Hex E7 7 FD 9 61 0 1 127 62 33
Octal 347 7 375 11 141 0 1 447 142 63
Binary 11100111 111 11111101 1001 1100001 0 1 100100111 1100010 110011

Color Harmonies of #E707FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E707FD

Black with #E707FD

Text Example


Text Example

White with #E707FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E707FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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