Html Css Color HEX #E72CF6 Psychedelic Purple

📋 copy color: '#E72CF6'

red 231 ◦ green 44 ◦ blue 246

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

Shades of Psychedelic Purple #E72CF6

Tints of Psychedelic Purple #E72CF6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.45%

 BLUE value IS 246 (96.48% from 255) = 47.22%

R = 44.34%
G = 8.45%
B = 47.22%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E72CF6 (or 0xE72CF6) is known color: Psychedelic Purple. HEX triplet: E7, 2C and F6. RGB value is (231,44,246). Sum of RGB (Red+Green+Blue) = 231+44+246=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 44 (17.58% from 255 or 8.45% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #E72CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72CF6 is #18D309. Grayscale: #7A7A7A. Windows color (decimal): -1626890 or 16133351. OLE color: 16133351.

HSL color Cylindrical-coordinate representation of color #E72CF6: hue angle of 295.54º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72CF6 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 231 44 246 -
CMYK 0.06 0.82 0 0.04
HSL 295.54º 0.92% 0.57% -
HSV(B) 295.54º 0.82% 0.96% -
XYZ 50.49 25.44 89.44 -
YUV 122.94 197.45 205.07 -
System Red Green Blue C M Y K H S L
Decimal 231 44 246 0.06 0.82 0 0.04 295.54 0.92 0.57
Hex E7 2C F6 6 52 0 4 128 5C 39
Octal 347 54 366 6 122 0 4 450 134 71
Binary 11100111 101100 11110110 110 1010010 0 100 100101000 1011100 111001

Color Harmonies of #E72CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72CF6

Black with #E72CF6

Text Example


Text Example

White with #E72CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72CF6; }

 p { color: rgb(231,44,246); }

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

background-color css

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

 a { background-color: rgb(231,44,246); }

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

border-color css

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

 span { border-color: rgb(231,44,246); }

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