Html Css Color HEX #E832BD Razzle Dazzle Rose

📋 copy color: '#E832BD'

red 232 ◦ green 50 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E832BD

Tints of Razzle Dazzle Rose #E832BD

RGB

 RED value IS 232 (91.02% from 255) = 49.26%

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

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

R = 49.26%
G = 10.62%
B = 40.13%

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

#E832BD (or 0xE832BD) is known color: Razzle Dazzle Rose. HEX triplet: E8, 32 and BD. RGB value is (232,50,189). Sum of RGB (Red+Green+Blue) = 232+50+189=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E832BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E832BD is #17CD42. Grayscale: #777777. Windows color (decimal): -1559875 or 12399336. OLE color: 12399336.

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

Color convert

RGB 232 50 189 -
CMYK 0 0.78 0.19 0.09
HSL 314.18º 0.8% 0.55% -
HSV(B) 314.18º 0.78% 0.91% -
XYZ 43.6 23.11 50.31 -
YUV 120.26 166.8 207.7 -
System Red Green Blue C M Y K H S L
Decimal 232 50 189 0 0.78 0.19 0.09 314.18 0.8 0.55
Hex E8 32 BD 0 4E 13 9 13A 50 37
Octal 350 62 275 0 116 23 11 472 120 67
Binary 11101000 110010 10111101 0 1001110 10011 1001 100111010 1010000 110111

Color Harmonies of #E832BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E832BD

Black with #E832BD

Text Example


Text Example

White with #E832BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E832BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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