Html Css Color HEX #E70FFD Psychedelic Purple

📋 copy color: '#E70FFD'

red 231 ◦ green 15 ◦ blue 253

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

Shades of Psychedelic Purple #E70FFD

Tints of Psychedelic Purple #E70FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.01%

 BLUE value IS 253 (99.22% from 255) = 50.7%

R = 46.29%
G = 3.01%
B = 50.7%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E70FFD (or 0xE70FFD) is known color: Psychedelic Purple. HEX triplet: E7, 0F and FD. RGB value is (231,15,253). Sum of RGB (Red+Green+Blue) = 231+15+253=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 15 (6.25% from 255 or 3.01% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #E70FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70FFD is #18F002. Grayscale: #696969. Windows color (decimal): -1634307 or 16584679. OLE color: 16584679.

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

Color convert

RGB 231 15 253 -
CMYK 0.09 0.94 0 0.01
HSL 294.45º 0.98% 0.53% -
HSV(B) 294.45º 0.94% 0.99% -
XYZ 50.86 24.42 94.96 -
YUV 106.72 210.56 216.65 -
System Red Green Blue C M Y K H S L
Decimal 231 15 253 0.09 0.94 0 0.01 294.45 0.98 0.53
Hex E7 F FD 9 5E 0 1 126 62 35
Octal 347 17 375 11 136 0 1 446 142 65
Binary 11100111 1111 11111101 1001 1011110 0 1 100100110 1100010 110101

Color Harmonies of #E70FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FFD

Black with #E70FFD

Text Example


Text Example

White with #E70FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FFD; }

 p { color: rgb(231,15,253); }

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

background-color css

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

 a { background-color: rgb(231,15,253); }

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

border-color css

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

 span { border-color: rgb(231,15,253); }

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