Html Css Color HEX #E732BC Razzle Dazzle Rose

📋 copy color: '#E732BC'

red 231 ◦ green 50 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E732BC

Tints of Razzle Dazzle Rose #E732BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.66%

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 49.25%
G = 10.66%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E732BC (or 0xE732BC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 32 and BC. RGB value is (231,50,188). Sum of RGB (Red+Green+Blue) = 231+50+188=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E732BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E732BC is #18CD43. Grayscale: #777777. Windows color (decimal): -1625412 or 12333799. OLE color: 12333799.

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

Color convert

RGB 231 50 188 -
CMYK 0 0.78 0.19 0.09
HSL 314.25º 0.79% 0.55% -
HSV(B) 314.25º 0.78% 0.91% -
XYZ 43.17 22.9 49.72 -
YUV 119.85 166.47 207.28 -
System Red Green Blue C M Y K H S L
Decimal 231 50 188 0 0.78 0.19 0.09 314.25 0.79 0.55
Hex E7 32 BC 0 4E 13 9 13A 4F 37
Octal 347 62 274 0 116 23 11 472 117 67
Binary 11100111 110010 10111100 0 1001110 10011 1001 100111010 1001111 110111

Color Harmonies of #E732BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E732BC

Black with #E732BC

Text Example


Text Example

White with #E732BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E732BC; }

 p { color: rgb(231,50,188); }

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

background-color css

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

 a { background-color: rgb(231,50,188); }

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

border-color css

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

 span { border-color: rgb(231,50,188); }

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