Html Css Color HEX #E70CFC Psychedelic Purple

📋 copy color: '#E70CFC'

red 231 ◦ green 12 ◦ blue 252

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

Shades of Psychedelic Purple #E70CFC

Tints of Psychedelic Purple #E70CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 46.67%
G = 2.42%
B = 50.91%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E70CFC (or 0xE70CFC) is known color: Psychedelic Purple. HEX triplet: E7, 0C and FC. RGB value is (231,12,252). Sum of RGB (Red+Green+Blue) = 231+12+252=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 12 (5.08% from 255 or 2.42% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #E70CFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70CFC is #18F303. Grayscale: #686868. Windows color (decimal): -1635076 or 16518375. OLE color: 16518375.

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

Color convert

RGB 231 12 252 -
CMYK 0.08 0.95 0 0.01
HSL 294.75º 0.98% 0.52% -
HSV(B) 294.75º 0.95% 0.99% -
XYZ 50.66 24.28 94.11 -
YUV 104.84 211.05 217.99 -
System Red Green Blue C M Y K H S L
Decimal 231 12 252 0.08 0.95 0 0.01 294.75 0.98 0.52
Hex E7 C FC 8 5F 0 1 127 62 34
Octal 347 14 374 10 137 0 1 447 142 64
Binary 11100111 1100 11111100 1000 1011111 0 1 100100111 1100010 110100

Color Harmonies of #E70CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70CFC

Black with #E70CFC

Text Example


Text Example

White with #E70CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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