Html Css Color HEX #E70CFB Psychedelic Purple

📋 copy color: '#E70CFB'

red 231 ◦ green 12 ◦ blue 251

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

Shades of Psychedelic Purple #E70CFB

Tints of Psychedelic Purple #E70CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 46.76%
G = 2.43%
B = 50.81%

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

#E70CFB (or 0xE70CFB) is known color: Psychedelic Purple. HEX triplet: E7, 0C and FB. RGB value is (231,12,251). Sum of RGB (Red+Green+Blue) = 231+12+251=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 12 (5.08% from 255 or 2.43% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #E70CFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70CFB is #18F304. Grayscale: #676767. Windows color (decimal): -1635077 or 16452839. OLE color: 16452839.

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

Color convert

RGB 231 12 251 -
CMYK 0.08 0.95 0 0.02
HSL 294.98º 0.97% 0.52% -
HSV(B) 294.98º 0.95% 0.98% -
XYZ 50.5 24.22 93.28 -
YUV 104.73 210.55 218.07 -
System Red Green Blue C M Y K H S L
Decimal 231 12 251 0.08 0.95 0 0.02 294.98 0.97 0.52
Hex E7 C FB 8 5F 0 2 127 61 34
Octal 347 14 373 10 137 0 2 447 141 64
Binary 11100111 1100 11111011 1000 1011111 0 10 100100111 1100001 110100

Color Harmonies of #E70CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70CFB

Black with #E70CFB

Text Example


Text Example

White with #E70CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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