Html Css Color HEX #E72CC1 Razzle Dazzle Rose

📋 copy color: '#E72CC1'

red 231 ◦ green 44 ◦ blue 193

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

Shades of Razzle Dazzle Rose #E72CC1

Tints of Razzle Dazzle Rose #E72CC1

RGB

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

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

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

R = 49.36%
G = 9.4%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E72CC1 (or 0xE72CC1) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2C and C1. RGB value is (231,44,193). Sum of RGB (Red+Green+Blue) = 231+44+193=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E72CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72CC1 is #18D33E. Grayscale: #747474. Windows color (decimal): -1626943 or 12659943. OLE color: 12659943.

HSL color Cylindrical-coordinate representation of color #E72CC1: hue angle of 312.19º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72CC1 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 44 193 -
CMYK 0 0.81 0.16 0.09
HSL 312.19º 0.8% 0.54% -
HSV(B) 312.19º 0.81% 0.91% -
XYZ 43.48 22.64 52.53 -
YUV 116.9 170.95 209.38 -
System Red Green Blue C M Y K H S L
Decimal 231 44 193 0 0.81 0.16 0.09 312.19 0.8 0.54
Hex E7 2C C1 0 51 10 9 138 50 36
Octal 347 54 301 0 121 20 11 470 120 66
Binary 11100111 101100 11000001 0 1010001 10000 1001 100111000 1010000 110110

Color Harmonies of #E72CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72CC1

Black with #E72CC1

Text Example


Text Example

White with #E72CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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