Html Css Color HEX #E72FFD Psychedelic Purple

📋 copy color: '#E72FFD'

red 231 ◦ green 47 ◦ blue 253

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

Shades of Psychedelic Purple #E72FFD

Tints of Psychedelic Purple #E72FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.85%

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

R = 43.5%
G = 8.85%
B = 47.65%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E72FFD (or 0xE72FFD) is known color: Psychedelic Purple. HEX triplet: E7, 2F and FD. RGB value is (231,47,253). Sum of RGB (Red+Green+Blue) = 231+47+253=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 47 (18.75% from 255 or 8.85% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #E72FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72FFD is #18D002. Grayscale: #7C7C7C. Windows color (decimal): -1626115 or 16592871. OLE color: 16592871.

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

Color convert

RGB 231 47 253 -
CMYK 0.09 0.81 0 0.01
HSL 293.59º 0.98% 0.59% -
HSV(B) 293.59º 0.81% 0.99% -
XYZ 51.7 26.11 95.24 -
YUV 125.5 199.96 203.25 -
System Red Green Blue C M Y K H S L
Decimal 231 47 253 0.09 0.81 0 0.01 293.59 0.98 0.59
Hex E7 2F FD 9 51 0 1 126 62 3B
Octal 347 57 375 11 121 0 1 446 142 73
Binary 11100111 101111 11111101 1001 1010001 0 1 100100110 1100010 111011

Color Harmonies of #E72FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72FFD

Black with #E72FFD

Text Example


Text Example

White with #E72FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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