Html Css Color HEX #E70BE4 Psychedelic Purple

📋 copy color: '#E70BE4'

red 231 ◦ green 11 ◦ blue 228

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

Shades of Psychedelic Purple #E70BE4

Tints of Psychedelic Purple #E70BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.51%

R = 49.15%
G = 2.34%
B = 48.51%

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

#E70BE4 (or 0xE70BE4) is known color: Psychedelic Purple. HEX triplet: E7, 0B and E4. RGB value is (231,11,228). Sum of RGB (Red+Green+Blue) = 231+11+228=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 11 (4.69% from 255 or 2.34% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BE4 is #18F41B. Grayscale: #646464. Windows color (decimal): -1635356 or 14945255. OLE color: 14945255.

HSL color Cylindrical-coordinate representation of color #E70BE4: hue angle of 300.82º 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 #E70BE4 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 11 228 -
CMYK 0 0.95 0.01 0.09
HSL 300.82º 0.91% 0.47% -
HSV(B) 300.82º 0.95% 0.91% -
XYZ 47.08 22.83 75.32 -
YUV 101.52 199.39 220.36 -
System Red Green Blue C M Y K H S L
Decimal 231 11 228 0 0.95 0.01 0.09 300.82 0.91 0.47
Hex E7 B E4 0 5F 1 9 12D 5B 2F
Octal 347 13 344 0 137 1 11 455 133 57
Binary 11100111 1011 11100100 0 1011111 1 1001 100101101 1011011 101111

Color Harmonies of #E70BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70BE4

Black with #E70BE4

Text Example


Text Example

White with #E70BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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