Html Css Color HEX #E828BD Razzle Dazzle Rose

📋 copy color: '#E828BD'

red 232 ◦ green 40 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E828BD

Tints of Razzle Dazzle Rose #E828BD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.68%

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

R = 50.33%
G = 8.68%
B = 41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E828BD (or 0xE828BD) is known color: Razzle Dazzle Rose. HEX triplet: E8, 28 and BD. RGB value is (232,40,189). Sum of RGB (Red+Green+Blue) = 232+40+189=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E828BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E828BD is #17D742. Grayscale: #717171. Windows color (decimal): -1562435 or 12396776. OLE color: 12396776.

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

Color convert

RGB 232 40 189 -
CMYK 0 0.83 0.19 0.09
HSL 313.44º 0.81% 0.53% -
HSV(B) 313.44º 0.83% 0.91% -
XYZ 43.22 22.35 50.18 -
YUV 114.39 170.11 211.88 -
System Red Green Blue C M Y K H S L
Decimal 232 40 189 0 0.83 0.19 0.09 313.44 0.81 0.53
Hex E8 28 BD 0 53 13 9 139 51 35
Octal 350 50 275 0 123 23 11 471 121 65
Binary 11101000 101000 10111101 0 1010011 10011 1001 100111001 1010001 110101

Color Harmonies of #E828BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E828BD

Black with #E828BD

Text Example


Text Example

White with #E828BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E828BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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