Html Css Color HEX #E61CFB Psychedelic Purple

📋 copy color: '#E61CFB'

red 230 ◦ green 28 ◦ blue 251

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

Shades of Psychedelic Purple #E61CFB

Tints of Psychedelic Purple #E61CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 45.19%
G = 5.5%
B = 49.31%

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

#E61CFB (or 0xE61CFB) is known color: Psychedelic Purple. HEX triplet: E6, 1C and FB. RGB value is (230,28,251). Sum of RGB (Red+Green+Blue) = 230+28+251=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 28 (11.33% from 255 or 5.50% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #E61CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61CFB is #19E304. Grayscale: #717171. Windows color (decimal): -1696517 or 16456934. OLE color: 16456934.

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

Color convert

RGB 230 28 251 -
CMYK 0.08 0.89 0 0.02
HSL 294.35º 0.97% 0.55% -
HSV(B) 294.35º 0.89% 0.98% -
XYZ 50.46 24.62 93.36 -
YUV 113.82 205.42 210.87 -
System Red Green Blue C M Y K H S L
Decimal 230 28 251 0.08 0.89 0 0.02 294.35 0.97 0.55
Hex E6 1C FB 8 59 0 2 126 61 37
Octal 346 34 373 10 131 0 2 446 141 67
Binary 11100110 11100 11111011 1000 1011001 0 10 100100110 1100001 110111

Color Harmonies of #E61CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61CFB

Black with #E61CFB

Text Example


Text Example

White with #E61CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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