Html Css Color HEX #E70CF2 Psychedelic Purple

📋 copy color: '#E70CF2'

red 231 ◦ green 12 ◦ blue 242

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

Shades of Psychedelic Purple #E70CF2

Tints of Psychedelic Purple #E70CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.9%

R = 47.63%
G = 2.47%
B = 49.9%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E70CF2 (or 0xE70CF2) is known color: Psychedelic Purple. HEX triplet: E7, 0C and F2. RGB value is (231,12,242). Sum of RGB (Red+Green+Blue) = 231+12+242=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 12 (5.08% from 255 or 2.47% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #E70CF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70CF2 is #18F30D. Grayscale: #676767. Windows color (decimal): -1635086 or 15863015. OLE color: 15863015.

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

Color convert

RGB 231 12 242 -
CMYK 0.05 0.95 0 0.05
HSL 297.13º 0.91% 0.5% -
HSV(B) 297.13º 0.95% 0.95% -
XYZ 49.11 23.66 85.98 -
YUV 103.7 206.05 218.8 -
System Red Green Blue C M Y K H S L
Decimal 231 12 242 0.05 0.95 0 0.05 297.13 0.91 0.5
Hex E7 C F2 5 5F 0 5 129 5B 32
Octal 347 14 362 5 137 0 5 451 133 62
Binary 11100111 1100 11110010 101 1011111 0 101 100101001 1011011 110010

Color Harmonies of #E70CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70CF2

Black with #E70CF2

Text Example


Text Example

White with #E70CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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