Html Css Color HEX #E70BEC Psychedelic Purple

📋 copy color: '#E70BEC'

red 231 ◦ green 11 ◦ blue 236

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

Shades of Psychedelic Purple #E70BEC

Tints of Psychedelic Purple #E70BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.37%

R = 48.33%
G = 2.3%
B = 49.37%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E70BEC (or 0xE70BEC) is known color: Psychedelic Purple. HEX triplet: E7, 0B and EC. RGB value is (231,11,236). Sum of RGB (Red+Green+Blue) = 231+11+236=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 11 (4.69% from 255 or 2.30% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #E70BEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70BEC is #18F413. Grayscale: #656565. Windows color (decimal): -1635348 or 15469543. OLE color: 15469543.

HSL color Cylindrical-coordinate representation of color #E70BEC: hue angle of 298.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70BEC is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 231 11 236 -
CMYK 0.02 0.95 0 0.07
HSL 298.67º 0.91% 0.48% -
HSV(B) 298.67º 0.95% 0.93% -
XYZ 48.21 23.28 81.31 -
YUV 102.43 203.39 219.7 -
System Red Green Blue C M Y K H S L
Decimal 231 11 236 0.02 0.95 0 0.07 298.67 0.91 0.48
Hex E7 B EC 2 5F 0 7 12B 5B 30
Octal 347 13 354 2 137 0 7 453 133 60
Binary 11100111 1011 11101100 10 1011111 0 111 100101011 1011011 110000

Color Harmonies of #E70BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70BEC

Black with #E70BEC

Text Example


Text Example

White with #E70BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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