Html Css Color HEX #E612FD Psychedelic Purple

📋 copy color: '#E612FD'

red 230 ◦ green 18 ◦ blue 253

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

Shades of Psychedelic Purple #E612FD

Tints of Psychedelic Purple #E612FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.59%

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

R = 45.91%
G = 3.59%
B = 50.5%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E612FD (or 0xE612FD) is known color: Psychedelic Purple. HEX triplet: E6, 12 and FD. RGB value is (230,18,253). Sum of RGB (Red+Green+Blue) = 230+18+253=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 18 (7.42% from 255 or 3.59% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #E612FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E612FD is #19ED02. Grayscale: #6B6B6B. Windows color (decimal): -1699075 or 16585446. OLE color: 16585446.

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

Color convert

RGB 230 18 253 -
CMYK 0.09 0.93 0 0.01
HSL 294.13º 0.98% 0.53% -
HSV(B) 294.13º 0.93% 0.99% -
XYZ 50.58 24.35 94.96 -
YUV 108.18 209.74 214.89 -
System Red Green Blue C M Y K H S L
Decimal 230 18 253 0.09 0.93 0 0.01 294.13 0.98 0.53
Hex E6 12 FD 9 5D 0 1 126 62 35
Octal 346 22 375 11 135 0 1 446 142 65
Binary 11100110 10010 11111101 1001 1011101 0 1 100100110 1100010 110101

Color Harmonies of #E612FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E612FD

Black with #E612FD

Text Example


Text Example

White with #E612FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E612FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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