Html Css Color HEX #E832B9 Razzle Dazzle Rose

📋 copy color: '#E832B9'

red 232 ◦ green 50 ◦ blue 185

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

Shades of Razzle Dazzle Rose #E832B9

Tints of Razzle Dazzle Rose #E832B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.61%

R = 49.68%
G = 10.71%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E832B9 (or 0xE832B9) is known color: Razzle Dazzle Rose. HEX triplet: E8, 32 and B9. RGB value is (232,50,185). Sum of RGB (Red+Green+Blue) = 232+50+185=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E832B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E832B9 is #17CD46. Grayscale: #777777. Windows color (decimal): -1559879 or 12137192. OLE color: 12137192.

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

Color convert

RGB 232 50 185 -
CMYK 0 0.78 0.20 0.09
HSL 315.49º 0.8% 0.55% -
HSV(B) 315.49º 0.78% 0.91% -
XYZ 43.18 22.94 48.05 -
YUV 119.81 164.8 208.02 -
System Red Green Blue C M Y K H S L
Decimal 232 50 185 0 0.78 0.20 0.09 315.49 0.8 0.55
Hex E8 32 B9 0 4E 14 9 13B 50 37
Octal 350 62 271 0 116 24 11 473 120 67
Binary 11101000 110010 10111001 0 1001110 10100 1001 100111011 1010000 110111

Color Harmonies of #E832B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E832B9

Black with #E832B9

Text Example


Text Example

White with #E832B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E832B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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