Html Css Color HEX #E129BD Razzle Dazzle Rose

📋 copy color: '#E129BD'

red 225 ◦ green 41 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E129BD

Tints of Razzle Dazzle Rose #E129BD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.01%

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

R = 49.45%
G = 9.01%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E129BD (or 0xE129BD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 29 and BD. RGB value is (225,41,189). Sum of RGB (Red+Green+Blue) = 225+41+189=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E129BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129BD is #1ED642. Grayscale: #707070. Windows color (decimal): -2020931 or 12397025. OLE color: 12397025.

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

Color convert

RGB 225 41 189 -
CMYK 0 0.82 0.16 0.12
HSL 311.74º 0.75% 0.52% -
HSV(B) 311.74º 0.82% 0.88% -
XYZ 41.03 21.27 50.09 -
YUV 112.89 170.96 207.97 -
System Red Green Blue C M Y K H S L
Decimal 225 41 189 0 0.82 0.16 0.12 311.74 0.75 0.52
Hex E1 29 BD 0 52 10 C 138 4B 34
Octal 341 51 275 0 122 20 14 470 113 64
Binary 11100001 101001 10111101 0 1010010 10000 1100 100111000 1001011 110100

Color Harmonies of #E129BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129BD

Black with #E129BD

Text Example


Text Example

White with #E129BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129BD; }

 p { color: rgb(225,41,189); }

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

background-color css

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

 a { background-color: rgb(225,41,189); }

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

border-color css

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

 span { border-color: rgb(225,41,189); }

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