Html Css Color HEX #E607FD Psychedelic Purple

📋 copy color: '#E607FD'

red 230 ◦ green 7 ◦ blue 253

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

Shades of Psychedelic Purple #E607FD

Tints of Psychedelic Purple #E607FD

RGB

 RED value IS 230 (90.23% from 255) = 46.94%

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

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

R = 46.94%
G = 1.43%
B = 51.63%

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

#E607FD (or 0xE607FD) is known color: Psychedelic Purple. HEX triplet: E6, 07 and FD. RGB value is (230,7,253). Sum of RGB (Red+Green+Blue) = 230+7+253=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 7 (3.12% from 255 or 1.43% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #E607FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E607FD is #19F802. Grayscale: #646464. Windows color (decimal): -1701891 or 16582630. OLE color: 16582630.

HSL color Cylindrical-coordinate representation of color #E607FD: hue angle of 294.39º 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 #E607FD is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 7 253 -
CMYK 0.09 0.97 0 0.01
HSL 294.39º 0.98% 0.51% -
HSV(B) 294.39º 0.97% 0.99% -
XYZ 50.44 24.07 94.92 -
YUV 101.72 213.38 219.5 -
System Red Green Blue C M Y K H S L
Decimal 230 7 253 0.09 0.97 0 0.01 294.39 0.98 0.51
Hex E6 7 FD 9 61 0 1 126 62 33
Octal 346 7 375 11 141 0 1 446 142 63
Binary 11100110 111 11111101 1001 1100001 0 1 100100110 1100010 110011

Color Harmonies of #E607FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E607FD

Black with #E607FD

Text Example


Text Example

White with #E607FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E607FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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