Html Css Color HEX #E62CF0 Psychedelic Purple

📋 copy color: '#E62CF0'

red 230 ◦ green 44 ◦ blue 240

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

Shades of Psychedelic Purple #E62CF0

Tints of Psychedelic Purple #E62CF0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.56%

 BLUE value IS 240 (94.14% from 255) = 46.69%

R = 44.75%
G = 8.56%
B = 46.69%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E62CF0 (or 0xE62CF0) is known color: Psychedelic Purple. HEX triplet: E6, 2C and F0. RGB value is (230,44,240). Sum of RGB (Red+Green+Blue) = 230+44+240=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 44 (17.58% from 255 or 8.56% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #E62CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62CF0 is #19D30F. Grayscale: #797979. Windows color (decimal): -1692432 or 15740134. OLE color: 15740134.

HSL color Cylindrical-coordinate representation of color #E62CF0: hue angle of 296.94º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62CF0 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 44 240 -
CMYK 0.04 0.82 0 0.06
HSL 296.94º 0.87% 0.56% -
HSV(B) 296.94º 0.82% 0.94% -
XYZ 49.26 24.92 84.65 -
YUV 121.96 194.62 205.06 -
System Red Green Blue C M Y K H S L
Decimal 230 44 240 0.04 0.82 0 0.06 296.94 0.87 0.56
Hex E6 2C F0 4 52 0 6 129 57 38
Octal 346 54 360 4 122 0 6 451 127 70
Binary 11100110 101100 11110000 100 1010010 0 110 100101001 1010111 111000

Color Harmonies of #E62CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62CF0

Black with #E62CF0

Text Example


Text Example

White with #E62CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62CF0; }

 p { color: rgb(230,44,240); }

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

background-color css

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

 a { background-color: rgb(230,44,240); }

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

border-color css

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

 span { border-color: rgb(230,44,240); }

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