Html Css Color HEX #E608FD Psychedelic Purple

📋 copy color: '#E608FD'

red 230 ◦ green 8 ◦ blue 253

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

Shades of Psychedelic Purple #E608FD

Tints of Psychedelic Purple #E608FD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.63%

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

R = 46.84%
G = 1.63%
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

#E608FD (or 0xE608FD) is known color: Psychedelic Purple. HEX triplet: E6, 08 and FD. RGB value is (230,8,253). Sum of RGB (Red+Green+Blue) = 230+8+253=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 8 (3.52% from 255 or 1.63% 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 #E608FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E608FD is #19F702. Grayscale: #656565. Windows color (decimal): -1701635 or 16582886. OLE color: 16582886.

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

Color convert

RGB 230 8 253 -
CMYK 0.09 0.97 0 0.01
HSL 294.37º 0.98% 0.51% -
HSV(B) 294.37º 0.97% 0.99% -
XYZ 50.45 24.09 94.92 -
YUV 102.31 213.05 219.08 -
System Red Green Blue C M Y K H S L
Decimal 230 8 253 0.09 0.97 0 0.01 294.37 0.98 0.51
Hex E6 8 FD 9 61 0 1 126 62 33
Octal 346 10 375 11 141 0 1 446 142 63
Binary 11100110 1000 11111101 1001 1100001 0 1 100100110 1100010 110011

Color Harmonies of #E608FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E608FD

Black with #E608FD

Text Example


Text Example

White with #E608FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E608FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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