Html Css Color HEX #E70CE2 Psychedelic Purple

📋 copy color: '#E70CE2'

red 231 ◦ green 12 ◦ blue 226

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

Shades of Psychedelic Purple #E70CE2

Tints of Psychedelic Purple #E70CE2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.56%

 BLUE value IS 226 (88.67% from 255) = 48.19%

R = 49.25%
G = 2.56%
B = 48.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E70CE2 (or 0xE70CE2) is known color: Psychedelic Purple. HEX triplet: E7, 0C and E2. RGB value is (231,12,226). Sum of RGB (Red+Green+Blue) = 231+12+226=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 12 (5.08% from 255 or 2.56% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70CE2 is #18F31D. Grayscale: #656565. Windows color (decimal): -1635102 or 14814439. OLE color: 14814439.

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

Color convert

RGB 231 12 226 -
CMYK 0 0.95 0.02 0.09
HSL 301.37º 0.9% 0.48% -
HSV(B) 301.37º 0.95% 0.91% -
XYZ 46.81 22.74 73.87 -
YUV 101.88 198.05 220.1 -
System Red Green Blue C M Y K H S L
Decimal 231 12 226 0 0.95 0.02 0.09 301.37 0.9 0.48
Hex E7 C E2 0 5F 2 9 12D 5A 30
Octal 347 14 342 0 137 2 11 455 132 60
Binary 11100111 1100 11100010 0 1011111 10 1001 100101101 1011010 110000

Color Harmonies of #E70CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70CE2

Black with #E70CE2

Text Example


Text Example

White with #E70CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70CE2; }

 p { color: rgb(231,12,226); }

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

background-color css

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

 a { background-color: rgb(231,12,226); }

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

border-color css

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

 span { border-color: rgb(231,12,226); }

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