Html Css Color HEX #E72ECB Razzle Dazzle Rose

📋 copy color: '#E72ECB'

red 231 ◦ green 46 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E72ECB

Tints of Razzle Dazzle Rose #E72ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.58%

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 48.13%
G = 9.58%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E72ECB (or 0xE72ECB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 2E and CB. RGB value is (231,46,203). Sum of RGB (Red+Green+Blue) = 231+46+203=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E72ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E72ECB is #18D134. Grayscale: #767676. Windows color (decimal): -1626421 or 13315815. OLE color: 13315815.

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

Color convert

RGB 231 46 203 -
CMYK 0 0.80 0.12 0.09
HSL 309.08º 0.79% 0.54% -
HSV(B) 309.08º 0.8% 0.91% -
XYZ 44.71 23.25 58.63 -
YUV 119.21 175.29 207.73 -
System Red Green Blue C M Y K H S L
Decimal 231 46 203 0 0.80 0.12 0.09 309.08 0.79 0.54
Hex E7 2E CB 0 50 C 9 135 4F 36
Octal 347 56 313 0 120 14 11 465 117 66
Binary 11100111 101110 11001011 0 1010000 1100 1001 100110101 1001111 110110

Color Harmonies of #E72ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72ECB

Black with #E72ECB

Text Example


Text Example

White with #E72ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72ECB; }

 p { color: rgb(231,46,203); }

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

background-color css

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

 a { background-color: rgb(231,46,203); }

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

border-color css

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

 span { border-color: rgb(231,46,203); }

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