Html Css Color HEX #E72BEE Psychedelic Purple

📋 copy color: '#E72BEE'

red 231 ◦ green 43 ◦ blue 238

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

Shades of Psychedelic Purple #E72BEE

Tints of Psychedelic Purple #E72BEE

RGB

 RED value IS 231 (90.63% from 255) = 45.12%

 GREEN value IS 43 (17.19% from 255) = 8.4%

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 45.12%
G = 8.4%
B = 46.48%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E72BEE (or 0xE72BEE) is known color: Psychedelic Purple. HEX triplet: E7, 2B and EE. RGB value is (231,43,238). Sum of RGB (Red+Green+Blue) = 231+43+238=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 43 (17.19% from 255 or 8.40% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #E72BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72BEE is #18D411. Grayscale: #787878. Windows color (decimal): -1627154 or 15608807. OLE color: 15608807.

HSL color Cylindrical-coordinate representation of color #E72BEE: hue angle of 297.85º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72BEE is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 43 238 -
CMYK 0.03 0.82 0 0.07
HSL 297.85º 0.85% 0.55% -
HSV(B) 297.85º 0.82% 0.93% -
XYZ 49.25 24.89 83.1 -
YUV 121.44 193.78 206.14 -
System Red Green Blue C M Y K H S L
Decimal 231 43 238 0.03 0.82 0 0.07 297.85 0.85 0.55
Hex E7 2B EE 3 52 0 7 12A 55 37
Octal 347 53 356 3 122 0 7 452 125 67
Binary 11100111 101011 11101110 11 1010010 0 111 100101010 1010101 110111

Color Harmonies of #E72BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72BEE

Black with #E72BEE

Text Example


Text Example

White with #E72BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72BEE; }

 p { color: rgb(231,43,238); }

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

background-color css

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

 a { background-color: rgb(231,43,238); }

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

border-color css

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

 span { border-color: rgb(231,43,238); }

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