Html Css Color HEX #E61FFD Psychedelic Purple

📋 copy color: '#E61FFD'

red 230 ◦ green 31 ◦ blue 253

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

Shades of Psychedelic Purple #E61FFD

Tints of Psychedelic Purple #E61FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.03%

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

R = 44.75%
G = 6.03%
B = 49.22%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E61FFD (or 0xE61FFD) is known color: Psychedelic Purple. HEX triplet: E6, 1F and FD. RGB value is (230,31,253). Sum of RGB (Red+Green+Blue) = 230+31+253=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 31 (12.5% from 255 or 6.03% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #E61FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61FFD is #19E002. Grayscale: #737373. Windows color (decimal): -1695747 or 16588774. OLE color: 16588774.

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

Color convert

RGB 230 31 253 -
CMYK 0.09 0.88 0 0.01
HSL 293.78º 0.98% 0.56% -
HSV(B) 293.78º 0.88% 0.99% -
XYZ 50.85 24.89 95.05 -
YUV 115.81 205.43 209.45 -
System Red Green Blue C M Y K H S L
Decimal 230 31 253 0.09 0.88 0 0.01 293.78 0.98 0.56
Hex E6 1F FD 9 58 0 1 126 62 38
Octal 346 37 375 11 130 0 1 446 142 70
Binary 11100110 11111 11111101 1001 1011000 0 1 100100110 1100010 111000

Color Harmonies of #E61FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61FFD

Black with #E61FFD

Text Example


Text Example

White with #E61FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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