Html Css Color HEX #E72FC1 Razzle Dazzle Rose

📋 copy color: '#E72FC1'

red 231 ◦ green 47 ◦ blue 193

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

Shades of Razzle Dazzle Rose #E72FC1

Tints of Razzle Dazzle Rose #E72FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.98%

R = 49.04%
G = 9.98%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E72FC1 (or 0xE72FC1) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2F and C1. RGB value is (231,47,193). Sum of RGB (Red+Green+Blue) = 231+47+193=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E72FC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72FC1 is #18D03E. Grayscale: #767676. Windows color (decimal): -1626175 or 12660711. OLE color: 12660711.

HSL color Cylindrical-coordinate representation of color #E72FC1: hue angle of 312.39º 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 #E72FC1 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 47 193 -
CMYK 0 0.80 0.16 0.09
HSL 312.39º 0.79% 0.55% -
HSV(B) 312.39º 0.8% 0.91% -
XYZ 43.6 22.87 52.57 -
YUV 118.66 169.96 208.13 -
System Red Green Blue C M Y K H S L
Decimal 231 47 193 0 0.80 0.16 0.09 312.39 0.79 0.55
Hex E7 2F C1 0 50 10 9 138 4F 37
Octal 347 57 301 0 120 20 11 470 117 67
Binary 11100111 101111 11000001 0 1010000 10000 1001 100111000 1001111 110111

Color Harmonies of #E72FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72FC1

Black with #E72FC1

Text Example


Text Example

White with #E72FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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