Html Css Color HEX #E531BE Razzle Dazzle Rose

📋 copy color: '#E531BE'

red 229 ◦ green 49 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E531BE

Tints of Razzle Dazzle Rose #E531BE

RGB

 RED value IS 229 (89.84% from 255) = 48.93%

 GREEN value IS 49 (19.53% from 255) = 10.47%

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 48.93%
G = 10.47%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E531BE (or 0xE531BE) is known color: Razzle Dazzle Rose. HEX triplet: E5, 31 and BE. RGB value is (229,49,190). Sum of RGB (Red+Green+Blue) = 229+49+190=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E531BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E531BE is #1ACE41. Grayscale: #767676. Windows color (decimal): -1756738 or 12464613. OLE color: 12464613.

HSL color Cylindrical-coordinate representation of color #E531BE: hue angle of 313º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E531BE is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 49 190 -
CMYK 0 0.79 0.17 0.10
HSL 313º 0.78% 0.55% -
HSV(B) 313º 0.79% 0.9% -
XYZ 42.71 22.57 50.82 -
YUV 118.89 168.13 206.54 -
System Red Green Blue C M Y K H S L
Decimal 229 49 190 0 0.79 0.17 0.10 313 0.78 0.55
Hex E5 31 BE 0 4F 11 A 139 4E 37
Octal 345 61 276 0 117 21 12 471 116 67
Binary 11100101 110001 10111110 0 1001111 10001 1010 100111001 1001110 110111

Color Harmonies of #E531BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E531BE

Black with #E531BE

Text Example


Text Example

White with #E531BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E531BE; }

 p { color: rgb(229,49,190); }

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

background-color css

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

 a { background-color: rgb(229,49,190); }

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

border-color css

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

 span { border-color: rgb(229,49,190); }

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