Html Css Color HEX #E835BD Razzle Dazzle Rose

📋 copy color: '#E835BD'

red 232 ◦ green 53 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E835BD

Tints of Razzle Dazzle Rose #E835BD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.18%

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

R = 48.95%
G = 11.18%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E835BD (or 0xE835BD) is known color: Razzle Dazzle Rose. HEX triplet: E8, 35 and BD. RGB value is (232,53,189). Sum of RGB (Red+Green+Blue) = 232+53+189=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E835BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E835BD is #17CA42. Grayscale: #797979. Windows color (decimal): -1559107 or 12400104. OLE color: 12400104.

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

Color convert

RGB 232 53 189 -
CMYK 0 0.77 0.19 0.09
HSL 314.41º 0.8% 0.56% -
HSV(B) 314.41º 0.77% 0.91% -
XYZ 43.74 23.38 50.35 -
YUV 122.03 165.8 206.44 -
System Red Green Blue C M Y K H S L
Decimal 232 53 189 0 0.77 0.19 0.09 314.41 0.8 0.56
Hex E8 35 BD 0 4D 13 9 13A 50 38
Octal 350 65 275 0 115 23 11 472 120 70
Binary 11101000 110101 10111101 0 1001101 10011 1001 100111010 1010000 111000

Color Harmonies of #E835BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E835BD

Black with #E835BD

Text Example


Text Example

White with #E835BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E835BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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