Html Css Color HEX #E70CFA Psychedelic Purple

📋 copy color: '#E70CFA'

red 231 ◦ green 12 ◦ blue 250

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

Shades of Psychedelic Purple #E70CFA

Tints of Psychedelic Purple #E70CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.71%

R = 46.86%
G = 2.43%
B = 50.71%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E70CFA (or 0xE70CFA) is known color: Psychedelic Purple. HEX triplet: E7, 0C and FA. RGB value is (231,12,250). Sum of RGB (Red+Green+Blue) = 231+12+250=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 12 (5.08% from 255 or 2.43% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #E70CFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70CFA is #18F305. Grayscale: #676767. Windows color (decimal): -1635078 or 16387303. OLE color: 16387303.

HSL color Cylindrical-coordinate representation of color #E70CFA: hue angle of 295.21º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70CFA is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 12 250 -
CMYK 0.08 0.95 0 0.02
HSL 295.21º 0.96% 0.51% -
HSV(B) 295.21º 0.95% 0.98% -
XYZ 50.34 24.15 92.45 -
YUV 104.61 210.05 218.15 -
System Red Green Blue C M Y K H S L
Decimal 231 12 250 0.08 0.95 0 0.02 295.21 0.96 0.51
Hex E7 C FA 8 5F 0 2 127 60 33
Octal 347 14 372 10 137 0 2 447 140 63
Binary 11100111 1100 11111010 1000 1011111 0 10 100100111 1100000 110011

Color Harmonies of #E70CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70CFA

Black with #E70CFA

Text Example


Text Example

White with #E70CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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