Html Css Color HEX #E302FD Psychedelic Purple

📋 copy color: '#E302FD'

red 227 ◦ green 2 ◦ blue 253

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

Shades of Psychedelic Purple #E302FD

Tints of Psychedelic Purple #E302FD

RGB

 RED value IS 227 (89.06% from 255) = 47.1%

 GREEN value IS 2 (1.17% from 255) = 0.41%

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

R = 47.1%
G = 0.41%
B = 52.49%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E302FD (or 0xE302FD) is known color: Psychedelic Purple. HEX triplet: E3, 02 and FD. RGB value is (227,2,253). Sum of RGB (Red+Green+Blue) = 227+2+253=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 2 (1.17% from 255 or 0.41% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #E302FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E302FD is #1CFD02. Grayscale: #616161. Windows color (decimal): -1899779 or 16581347. OLE color: 16581347.

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

Color convert

RGB 227 2 253 -
CMYK 0.10 0.99 0 0.01
HSL 293.78º 0.98% 0.5% -
HSV(B) 293.78º 0.99% 0.99% -
XYZ 49.43 23.47 94.85 -
YUV 97.89 215.54 220.09 -
System Red Green Blue C M Y K H S L
Decimal 227 2 253 0.10 0.99 0 0.01 293.78 0.98 0.5
Hex E3 2 FD A 63 0 1 126 62 32
Octal 343 2 375 12 143 0 1 446 142 62
Binary 11100011 10 11111101 1010 1100011 0 1 100100110 1100010 110010

Color Harmonies of #E302FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E302FD

Black with #E302FD

Text Example


Text Example

White with #E302FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E302FD; }

 p { color: rgb(227,2,253); }

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

background-color css

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

 a { background-color: rgb(227,2,253); }

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

border-color css

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

 span { border-color: rgb(227,2,253); }

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