Html Css Color HEX #E62FFD Psychedelic Purple

📋 copy color: '#E62FFD'

red 230 ◦ green 47 ◦ blue 253

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

Shades of Psychedelic Purple #E62FFD

Tints of Psychedelic Purple #E62FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.87%

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

R = 43.4%
G = 8.87%
B = 47.74%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E62FFD (or 0xE62FFD) is known color: Psychedelic Purple. HEX triplet: E6, 2F and FD. RGB value is (230,47,253). Sum of RGB (Red+Green+Blue) = 230+47+253=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 47 (18.75% from 255 or 8.87% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #E62FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62FFD is #19D002. Grayscale: #7C7C7C. Windows color (decimal): -1691651 or 16592870. OLE color: 16592870.

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

Color convert

RGB 230 47 253 -
CMYK 0.09 0.81 0 0.01
HSL 293.3º 0.98% 0.59% -
HSV(B) 293.3º 0.81% 0.99% -
XYZ 51.38 25.95 95.23 -
YUV 125.2 200.13 202.75 -
System Red Green Blue C M Y K H S L
Decimal 230 47 253 0.09 0.81 0 0.01 293.3 0.98 0.59
Hex E6 2F FD 9 51 0 1 125 62 3B
Octal 346 57 375 11 121 0 1 445 142 73
Binary 11100110 101111 11111101 1001 1010001 0 1 100100101 1100010 111011

Color Harmonies of #E62FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62FFD

Black with #E62FFD

Text Example


Text Example

White with #E62FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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