Html Css Color HEX #E72CF0 Psychedelic Purple

📋 copy color: '#E72CF0'

red 231 ◦ green 44 ◦ blue 240

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

Shades of Psychedelic Purple #E72CF0

Tints of Psychedelic Purple #E72CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.6%

R = 44.85%
G = 8.54%
B = 46.6%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E72CF0 (or 0xE72CF0) is known color: Psychedelic Purple. HEX triplet: E7, 2C and F0. RGB value is (231,44,240). Sum of RGB (Red+Green+Blue) = 231+44+240=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 44 (17.58% from 255 or 8.54% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #E72CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72CF0 is #18D30F. Grayscale: #797979. Windows color (decimal): -1626896 or 15740135. OLE color: 15740135.

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

Color convert

RGB 231 44 240 -
CMYK 0.04 0.82 0 0.06
HSL 297.24º 0.87% 0.56% -
HSV(B) 297.24º 0.82% 0.94% -
XYZ 49.58 25.08 84.67 -
YUV 122.26 194.45 205.56 -
System Red Green Blue C M Y K H S L
Decimal 231 44 240 0.04 0.82 0 0.06 297.24 0.87 0.56
Hex E7 2C F0 4 52 0 6 129 57 38
Octal 347 54 360 4 122 0 6 451 127 70
Binary 11100111 101100 11110000 100 1010010 0 110 100101001 1010111 111000

Color Harmonies of #E72CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72CF0

Black with #E72CF0

Text Example


Text Example

White with #E72CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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