Html Css Color HEX #E732BD Razzle Dazzle Rose

📋 copy color: '#E732BD'

red 231 ◦ green 50 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E732BD

Tints of Razzle Dazzle Rose #E732BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.21%

R = 49.15%
G = 10.64%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E732BD (or 0xE732BD) is known color: Razzle Dazzle Rose. HEX triplet: E7, 32 and BD. RGB value is (231,50,189). Sum of RGB (Red+Green+Blue) = 231+50+189=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E732BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E732BD is #18CD42. Grayscale: #777777. Windows color (decimal): -1625411 or 12399335. OLE color: 12399335.

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

Color convert

RGB 231 50 189 -
CMYK 0 0.78 0.18 0.09
HSL 313.92º 0.79% 0.55% -
HSV(B) 313.92º 0.78% 0.91% -
XYZ 43.28 22.94 50.29 -
YUV 119.97 166.97 207.2 -
System Red Green Blue C M Y K H S L
Decimal 231 50 189 0 0.78 0.18 0.09 313.92 0.79 0.55
Hex E7 32 BD 0 4E 12 9 13A 4F 37
Octal 347 62 275 0 116 22 11 472 117 67
Binary 11100111 110010 10111101 0 1001110 10010 1001 100111010 1001111 110111

Color Harmonies of #E732BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E732BD

Black with #E732BD

Text Example


Text Example

White with #E732BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E732BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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