Html Css Color HEX #E402F3 Psychedelic Purple

📋 copy color: '#E402F3'

red 228 ◦ green 2 ◦ blue 243

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

Shades of Psychedelic Purple #E402F3

Tints of Psychedelic Purple #E402F3

RGB

 RED value IS 228 (89.45% from 255) = 48.2%

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

 BLUE value IS 243 (95.31% from 255) = 51.37%

R = 48.2%
G = 0.42%
B = 51.37%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E402F3 (or 0xE402F3) is known color: Psychedelic Purple. HEX triplet: E4, 02 and F3. RGB value is (228,2,243). Sum of RGB (Red+Green+Blue) = 228+2+243=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 2 (1.17% from 255 or 0.42% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #E402F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E402F3 is #1BFD0C. Grayscale: #606060. Windows color (decimal): -1834253 or 15925988. OLE color: 15925988.

HSL color Cylindrical-coordinate representation of color #E402F3: hue angle of 296.27º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E402F3 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 2 243 -
CMYK 0.06 0.99 0 0.05
HSL 296.27º 0.98% 0.48% -
HSV(B) 296.27º 0.99% 0.95% -
XYZ 48.19 23.01 86.69 -
YUV 97.05 210.37 221.4 -
System Red Green Blue C M Y K H S L
Decimal 228 2 243 0.06 0.99 0 0.05 296.27 0.98 0.48
Hex E4 2 F3 6 63 0 5 128 62 30
Octal 344 2 363 6 143 0 5 450 142 60
Binary 11100100 10 11110011 110 1100011 0 101 100101000 1100010 110000

Color Harmonies of #E402F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E402F3

Black with #E402F3

Text Example


Text Example

White with #E402F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E402F3; }

 p { color: rgb(228,2,243); }

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

background-color css

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

 a { background-color: rgb(228,2,243); }

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

border-color css

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

 span { border-color: rgb(228,2,243); }

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