Html Css Color HEX #E61CF9 Psychedelic Purple

📋 copy color: '#E61CF9'

red 230 ◦ green 28 ◦ blue 249

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

Shades of Psychedelic Purple #E61CF9

Tints of Psychedelic Purple #E61CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.52%

 BLUE value IS 249 (97.66% from 255) = 49.11%

R = 45.36%
G = 5.52%
B = 49.11%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E61CF9 (or 0xE61CF9) is known color: Psychedelic Purple. HEX triplet: E6, 1C and F9. RGB value is (230,28,249). Sum of RGB (Red+Green+Blue) = 230+28+249=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 28 (11.33% from 255 or 5.52% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #E61CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61CF9 is #19E306. Grayscale: #707070. Windows color (decimal): -1696519 or 16325862. OLE color: 16325862.

HSL color Cylindrical-coordinate representation of color #E61CF9: hue angle of 294.84º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61CF9 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 28 249 -
CMYK 0.08 0.89 0 0.02
HSL 294.84º 0.95% 0.54% -
HSV(B) 294.84º 0.89% 0.98% -
XYZ 50.15 24.49 91.71 -
YUV 113.59 204.42 211.03 -
System Red Green Blue C M Y K H S L
Decimal 230 28 249 0.08 0.89 0 0.02 294.84 0.95 0.54
Hex E6 1C F9 8 59 0 2 127 5F 36
Octal 346 34 371 10 131 0 2 447 137 66
Binary 11100110 11100 11111001 1000 1011001 0 10 100100111 1011111 110110

Color Harmonies of #E61CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61CF9

Black with #E61CF9

Text Example


Text Example

White with #E61CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61CF9; }

 p { color: rgb(230,28,249); }

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

background-color css

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

 a { background-color: rgb(230,28,249); }

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

border-color css

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

 span { border-color: rgb(230,28,249); }

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