Html Css Color HEX #E132D8 Razzle Dazzle Rose

📋 copy color: '#E132D8'

red 225 ◦ green 50 ◦ blue 216

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

Shades of Razzle Dazzle Rose #E132D8

Tints of Razzle Dazzle Rose #E132D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.99%

R = 45.82%
G = 10.18%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E132D8 (or 0xE132D8) is known color: Razzle Dazzle Rose. HEX triplet: E1, 32 and D8. RGB value is (225,50,216). Sum of RGB (Red+Green+Blue) = 225+50+216=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E132D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E132D8 is #1ECD27. Grayscale: #787878. Windows color (decimal): -2018600 or 14168801. OLE color: 14168801.

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

Color convert

RGB 225 50 216 -
CMYK 0 0.78 0.04 0.12
HSL 303.09º 0.74% 0.54% -
HSV(B) 303.09º 0.78% 0.88% -
XYZ 44.59 23.25 67.1 -
YUV 121.25 181.48 202 -
System Red Green Blue C M Y K H S L
Decimal 225 50 216 0 0.78 0.04 0.12 303.09 0.74 0.54
Hex E1 32 D8 0 4E 4 C 12F 4A 36
Octal 341 62 330 0 116 4 14 457 112 66
Binary 11100001 110010 11011000 0 1001110 100 1100 100101111 1001010 110110

Color Harmonies of #E132D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E132D8

Black with #E132D8

Text Example


Text Example

White with #E132D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E132D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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