Html Css Color HEX #E62CFD Psychedelic Purple

📋 copy color: '#E62CFD'

red 230 ◦ green 44 ◦ blue 253

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

Shades of Psychedelic Purple #E62CFD

Tints of Psychedelic Purple #E62CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 43.64%
G = 8.35%
B = 48.01%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E62CFD (or 0xE62CFD) is known color: Psychedelic Purple. HEX triplet: E6, 2C and FD. RGB value is (230,44,253). Sum of RGB (Red+Green+Blue) = 230+44+253=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 44 (17.58% from 255 or 8.35% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #E62CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62CFD is #19D302. Grayscale: #7A7A7A. Windows color (decimal): -1692419 or 16592102. OLE color: 16592102.

HSL color Cylindrical-coordinate representation of color #E62CFD: hue angle of 293.4º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62CFD is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 44 253 -
CMYK 0.09 0.83 0 0.01
HSL 293.4º 0.98% 0.58% -
HSV(B) 293.4º 0.83% 0.99% -
XYZ 51.26 25.72 95.19 -
YUV 123.44 201.12 204.01 -
System Red Green Blue C M Y K H S L
Decimal 230 44 253 0.09 0.83 0 0.01 293.4 0.98 0.58
Hex E6 2C FD 9 53 0 1 125 62 3A
Octal 346 54 375 11 123 0 1 445 142 72
Binary 11100110 101100 11111101 1001 1010011 0 1 100100101 1100010 111010

Color Harmonies of #E62CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62CFD

Black with #E62CFD

Text Example


Text Example

White with #E62CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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