Html Css Color HEX #E72FB4 Spicy Pink

📋 copy color: '#E72FB4'

red 231 ◦ green 47 ◦ blue 180

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

Shades of Spicy Pink #E72FB4

Tints of Spicy Pink #E72FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.3%

R = 50.44%
G = 10.26%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E72FB4 (or 0xE72FB4) is known color: Spicy Pink. HEX triplet: E7, 2F and B4. RGB value is (231,47,180). Sum of RGB (Red+Green+Blue) = 231+47+180=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E72FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72FB4 is #18D04B. Grayscale: #747474. Windows color (decimal): -1626188 or 11808743. OLE color: 11808743.

HSL color Cylindrical-coordinate representation of color #E72FB4: hue angle of 316.63º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72FB4 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 47 180 -
CMYK 0 0.80 0.22 0.09
HSL 316.63º 0.79% 0.55% -
HSV(B) 316.63º 0.8% 0.91% -
XYZ 42.21 22.32 45.26 -
YUV 117.18 163.46 209.19 -
System Red Green Blue C M Y K H S L
Decimal 231 47 180 0 0.80 0.22 0.09 316.63 0.79 0.55
Hex E7 2F B4 0 50 16 9 13D 4F 37
Octal 347 57 264 0 120 26 11 475 117 67
Binary 11100111 101111 10110100 0 1010000 10110 1001 100111101 1001111 110111

Color Harmonies of #E72FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72FB4

Black with #E72FB4

Text Example


Text Example

White with #E72FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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