Html Css Color HEX #E70DEE Psychedelic Purple

📋 copy color: '#E70DEE'

red 231 ◦ green 13 ◦ blue 238

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

Shades of Psychedelic Purple #E70DEE

Tints of Psychedelic Purple #E70DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.7%

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

R = 47.93%
G = 2.7%
B = 49.38%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E70DEE (or 0xE70DEE) is known color: Psychedelic Purple. HEX triplet: E7, 0D and EE. RGB value is (231,13,238). Sum of RGB (Red+Green+Blue) = 231+13+238=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #E70DEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70DEE is #18F211. Grayscale: #676767. Windows color (decimal): -1634834 or 15601127. OLE color: 15601127.

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

Color convert

RGB 231 13 238 -
CMYK 0.03 0.95 0 0.07
HSL 298.13º 0.9% 0.49% -
HSV(B) 298.13º 0.95% 0.93% -
XYZ 48.53 23.45 82.86 -
YUV 103.83 203.72 218.7 -
System Red Green Blue C M Y K H S L
Decimal 231 13 238 0.03 0.95 0 0.07 298.13 0.9 0.49
Hex E7 D EE 3 5F 0 7 12A 5A 31
Octal 347 15 356 3 137 0 7 452 132 61
Binary 11100111 1101 11101110 11 1011111 0 111 100101010 1011010 110001

Color Harmonies of #E70DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70DEE

Black with #E70DEE

Text Example


Text Example

White with #E70DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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