Html Css Color HEX #E402E6 Psychedelic Purple

📋 copy color: '#E402E6'

red 228 ◦ green 2 ◦ blue 230

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

Shades of Psychedelic Purple #E402E6

Tints of Psychedelic Purple #E402E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50%

R = 49.57%
G = 0.43%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E402E6 (or 0xE402E6) is known color: Psychedelic Purple. HEX triplet: E4, 02 and E6. RGB value is (228,2,230). Sum of RGB (Red+Green+Blue) = 228+2+230=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 2 (1.17% from 255 or 0.43% from 460); Blue value is 230 (90.23% from 255 or 50% from 460); Max value from RGB is 230 - color contains mainly: blue. Hex color #E402E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E402E6 is #1BFD19. Grayscale: #5E5E5E. Windows color (decimal): -1834266 or 15074020. OLE color: 15074020.

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

Color convert

RGB 228 2 230 -
CMYK 0.01 0.99 0 0.10
HSL 299.47º 0.98% 0.45% -
HSV(B) 299.47º 0.99% 0.9% -
XYZ 46.3 22.25 76.72 -
YUV 95.57 203.87 222.46 -
System Red Green Blue C M Y K H S L
Decimal 228 2 230 0.01 0.99 0 0.10 299.47 0.98 0.45
Hex E4 2 E6 1 63 0 A 12B 62 2D
Octal 344 2 346 1 143 0 12 453 142 55
Binary 11100100 10 11100110 1 1100011 0 1010 100101011 1100010 101101

Color Harmonies of #E402E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E402E6

Black with #E402E6

Text Example


Text Example

White with #E402E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E402E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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