Html Css Color HEX #E61FEA Psychedelic Purple

📋 copy color: '#E61FEA'

red 230 ◦ green 31 ◦ blue 234

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

Shades of Psychedelic Purple #E61FEA

Tints of Psychedelic Purple #E61FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 46.46%
G = 6.26%
B = 47.27%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E61FEA (or 0xE61FEA) is known color: Psychedelic Purple. HEX triplet: E6, 1F and EA. RGB value is (230,31,234). Sum of RGB (Red+Green+Blue) = 230+31+234=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 31 (12.5% from 255 or 6.26% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #E61FEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61FEA is #19E015. Grayscale: #717171. Windows color (decimal): -1695766 or 15343590. OLE color: 15343590.

HSL color Cylindrical-coordinate representation of color #E61FEA: hue angle of 298.82º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61FEA is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 31 234 -
CMYK 0.02 0.87 0 0.08
HSL 298.82º 0.83% 0.52% -
HSV(B) 298.82º 0.87% 0.92% -
XYZ 47.97 23.74 79.9 -
YUV 113.64 195.93 210.99 -
System Red Green Blue C M Y K H S L
Decimal 230 31 234 0.02 0.87 0 0.08 298.82 0.83 0.52
Hex E6 1F EA 2 57 0 8 12B 53 34
Octal 346 37 352 2 127 0 10 453 123 64
Binary 11100110 11111 11101010 10 1010111 0 1000 100101011 1010011 110100

Color Harmonies of #E61FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61FEA

Black with #E61FEA

Text Example


Text Example

White with #E61FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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