Html Css Color HEX #E132BC Razzle Dazzle Rose

📋 copy color: '#E132BC'

red 225 ◦ green 50 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E132BC

Tints of Razzle Dazzle Rose #E132BC

RGB

 RED value IS 225 (88.28% from 255) = 48.6%

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

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 48.6%
G = 10.8%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E132BC (or 0xE132BC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 32 and BC. RGB value is (225,50,188). Sum of RGB (Red+Green+Blue) = 225+50+188=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E132BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E132BC is #1ECD43. Grayscale: #757575. Windows color (decimal): -2018628 or 12333793. OLE color: 12333793.

HSL color Cylindrical-coordinate representation of color #E132BC: hue angle of 312.69º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E132BC is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 50 188 -
CMYK 0 0.78 0.16 0.12
HSL 312.69º 0.74% 0.54% -
HSV(B) 312.69º 0.78% 0.88% -
XYZ 41.27 21.92 49.63 -
YUV 118.06 167.48 204.28 -
System Red Green Blue C M Y K H S L
Decimal 225 50 188 0 0.78 0.16 0.12 312.69 0.74 0.54
Hex E1 32 BC 0 4E 10 C 139 4A 36
Octal 341 62 274 0 116 20 14 471 112 66
Binary 11100001 110010 10111100 0 1001110 10000 1100 100111001 1001010 110110

Color Harmonies of #E132BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E132BC

Black with #E132BC

Text Example


Text Example

White with #E132BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E132BC; }

 p { color: rgb(225,50,188); }

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

background-color css

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

 a { background-color: rgb(225,50,188); }

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

border-color css

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

 span { border-color: rgb(225,50,188); }

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