Html Css Color HEX #E70BE5 Psychedelic Purple

📋 copy color: '#E70BE5'

red 231 ◦ green 11 ◦ blue 229

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

Shades of Psychedelic Purple #E70BE5

Tints of Psychedelic Purple #E70BE5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.34%

 BLUE value IS 229 (89.84% from 255) = 48.62%

R = 49.04%
G = 2.34%
B = 48.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E70BE5 (or 0xE70BE5) is known color: Psychedelic Purple. HEX triplet: E7, 0B and E5. RGB value is (231,11,229). Sum of RGB (Red+Green+Blue) = 231+11+229=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 11 (4.69% from 255 or 2.34% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BE5 is #18F41A. Grayscale: #646464. Windows color (decimal): -1635355 or 15010791. OLE color: 15010791.

HSL color Cylindrical-coordinate representation of color #E70BE5: hue angle of 300.55º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70BE5 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 11 229 -
CMYK 0 0.95 0.01 0.09
HSL 300.55º 0.91% 0.47% -
HSV(B) 300.55º 0.95% 0.91% -
XYZ 47.22 22.89 76.06 -
YUV 101.63 199.89 220.27 -
System Red Green Blue C M Y K H S L
Decimal 231 11 229 0 0.95 0.01 0.09 300.55 0.91 0.47
Hex E7 B E5 0 5F 1 9 12D 5B 2F
Octal 347 13 345 0 137 1 11 455 133 57
Binary 11100111 1011 11100101 0 1011111 1 1001 100101101 1011011 101111

Color Harmonies of #E70BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70BE5

Black with #E70BE5

Text Example


Text Example

White with #E70BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70BE5; }

 p { color: rgb(231,11,229); }

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

background-color css

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

 a { background-color: rgb(231,11,229); }

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

border-color css

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

 span { border-color: rgb(231,11,229); }

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