Html Css Color HEX #E132BE Razzle Dazzle Rose

📋 copy color: '#E132BE'

red 225 ◦ green 50 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E132BE

Tints of Razzle Dazzle Rose #E132BE

RGB

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

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

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

R = 48.39%
G = 10.75%
B = 40.86%

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

#E132BE (or 0xE132BE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 32 and BE. RGB value is (225,50,190). Sum of RGB (Red+Green+Blue) = 225+50+190=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E132BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E132BE is #1ECD41. Grayscale: #757575. Windows color (decimal): -2018626 or 12464865. OLE color: 12464865.

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

Color convert

RGB 225 50 190 -
CMYK 0 0.78 0.16 0.12
HSL 312º 0.74% 0.54% -
HSV(B) 312º 0.78% 0.88% -
XYZ 41.49 22.01 50.78 -
YUV 118.29 168.48 204.12 -
System Red Green Blue C M Y K H S L
Decimal 225 50 190 0 0.78 0.16 0.12 312 0.74 0.54
Hex E1 32 BE 0 4E 10 C 138 4A 36
Octal 341 62 276 0 116 20 14 470 112 66
Binary 11100001 110010 10111110 0 1001110 10000 1100 100111000 1001010 110110

Color Harmonies of #E132BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E132BE

Black with #E132BE

Text Example


Text Example

White with #E132BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E132BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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