Html Css Color HEX #E303EA Psychedelic Purple

📋 copy color: '#E303EA'

red 227 ◦ green 3 ◦ blue 234

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

Shades of Psychedelic Purple #E303EA

Tints of Psychedelic Purple #E303EA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.65%

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 48.92%
G = 0.65%
B = 50.43%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E303EA (or 0xE303EA) is known color: Psychedelic Purple. HEX triplet: E3, 03 and EA. RGB value is (227,3,234). Sum of RGB (Red+Green+Blue) = 227+3+234=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 3 (1.56% from 255 or 0.65% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #E303EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E303EA is #1CFC15. Grayscale: #5F5F5F. Windows color (decimal): -1899542 or 15336419. OLE color: 15336419.

HSL color Cylindrical-coordinate representation of color #E303EA: hue angle of 298.18º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E303EA is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 3 234 -
CMYK 0.03 0.99 0 0.08
HSL 298.18º 0.97% 0.46% -
HSV(B) 298.18º 0.99% 0.92% -
XYZ 46.56 22.34 79.7 -
YUV 96.31 205.71 221.22 -
System Red Green Blue C M Y K H S L
Decimal 227 3 234 0.03 0.99 0 0.08 298.18 0.97 0.46
Hex E3 3 EA 3 63 0 8 12A 61 2E
Octal 343 3 352 3 143 0 10 452 141 56
Binary 11100011 11 11101010 11 1100011 0 1000 100101010 1100001 101110

Color Harmonies of #E303EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E303EA

Black with #E303EA

Text Example


Text Example

White with #E303EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E303EA; }

 p { color: rgb(227,3,234); }

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

background-color css

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

 a { background-color: rgb(227,3,234); }

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

border-color css

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

 span { border-color: rgb(227,3,234); }

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