Html Css Color HEX #E70CF8 Psychedelic Purple

📋 copy color: '#E70CF8'

red 231 ◦ green 12 ◦ blue 248

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

Shades of Psychedelic Purple #E70CF8

Tints of Psychedelic Purple #E70CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.51%

R = 47.05%
G = 2.44%
B = 50.51%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E70CF8 (or 0xE70CF8) is known color: Psychedelic Purple. HEX triplet: E7, 0C and F8. RGB value is (231,12,248). Sum of RGB (Red+Green+Blue) = 231+12+248=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #E70CF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70CF8 is #18F307. Grayscale: #676767. Windows color (decimal): -1635080 or 16256231. OLE color: 16256231.

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

Color convert

RGB 231 12 248 -
CMYK 0.07 0.95 0 0.03
HSL 295.68º 0.94% 0.51% -
HSV(B) 295.68º 0.95% 0.97% -
XYZ 50.03 24.03 90.81 -
YUV 104.39 209.05 218.31 -
System Red Green Blue C M Y K H S L
Decimal 231 12 248 0.07 0.95 0 0.03 295.68 0.94 0.51
Hex E7 C F8 7 5F 0 3 128 5E 33
Octal 347 14 370 7 137 0 3 450 136 63
Binary 11100111 1100 11111000 111 1011111 0 11 100101000 1011110 110011

Color Harmonies of #E70CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70CF8

Black with #E70CF8

Text Example


Text Example

White with #E70CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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