Html Css Color HEX #E70AEC Psychedelic Purple

📋 copy color: '#E70AEC'

red 231 ◦ green 10 ◦ blue 236

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

Shades of Psychedelic Purple #E70AEC

Tints of Psychedelic Purple #E70AEC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.1%

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

R = 48.43%
G = 2.1%
B = 49.48%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E70AEC (or 0xE70AEC) is known color: Psychedelic Purple. HEX triplet: E7, 0A and EC. RGB value is (231,10,236). Sum of RGB (Red+Green+Blue) = 231+10+236=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #E70AEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70AEC is #18F513. Grayscale: #656565. Windows color (decimal): -1635604 or 15469287. OLE color: 15469287.

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

Color convert

RGB 231 10 236 -
CMYK 0.02 0.96 0 0.07
HSL 298.67º 0.92% 0.48% -
HSV(B) 298.67º 0.96% 0.93% -
XYZ 48.2 23.26 81.31 -
YUV 101.84 203.72 220.12 -
System Red Green Blue C M Y K H S L
Decimal 231 10 236 0.02 0.96 0 0.07 298.67 0.92 0.48
Hex E7 A EC 2 60 0 7 12B 5C 30
Octal 347 12 354 2 140 0 7 453 134 60
Binary 11100111 1010 11101100 10 1100000 0 111 100101011 1011100 110000

Color Harmonies of #E70AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70AEC

Black with #E70AEC

Text Example


Text Example

White with #E70AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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