Html Css Color HEX #E61AFC Psychedelic Purple

📋 copy color: '#E61AFC'

red 230 ◦ green 26 ◦ blue 252

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

Shades of Psychedelic Purple #E61AFC

Tints of Psychedelic Purple #E61AFC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.12%

 BLUE value IS 252 (98.83% from 255) = 49.61%

R = 45.28%
G = 5.12%
B = 49.61%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E61AFC (or 0xE61AFC) is known color: Psychedelic Purple. HEX triplet: E6, 1A and FC. RGB value is (230,26,252). Sum of RGB (Red+Green+Blue) = 230+26+252=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 26 (10.55% from 255 or 5.12% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #E61AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61AFC is #19E503. Grayscale: #707070. Windows color (decimal): -1697028 or 16521958. OLE color: 16521958.

HSL color Cylindrical-coordinate representation of color #E61AFC: hue angle of 294.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61AFC is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 26 252 -
CMYK 0.09 0.90 0 0.01
HSL 294.16º 0.97% 0.55% -
HSV(B) 294.16º 0.9% 0.99% -
XYZ 50.57 24.59 94.18 -
YUV 112.76 206.59 211.62 -
System Red Green Blue C M Y K H S L
Decimal 230 26 252 0.09 0.90 0 0.01 294.16 0.97 0.55
Hex E6 1A FC 9 5A 0 1 126 61 37
Octal 346 32 374 11 132 0 1 446 141 67
Binary 11100110 11010 11111100 1001 1011010 0 1 100100110 1100001 110111

Color Harmonies of #E61AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61AFC

Black with #E61AFC

Text Example


Text Example

White with #E61AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61AFC; }

 p { color: rgb(230,26,252); }

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

background-color css

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

 a { background-color: rgb(230,26,252); }

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

border-color css

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

 span { border-color: rgb(230,26,252); }

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