Html Css Color HEX #E129BA Razzle Dazzle Rose

📋 copy color: '#E129BA'

red 225 ◦ green 41 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E129BA

Tints of Razzle Dazzle Rose #E129BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 49.78%
G = 9.07%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E129BA (or 0xE129BA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 29 and BA. RGB value is (225,41,186). Sum of RGB (Red+Green+Blue) = 225+41+186=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E129BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129BA is #1ED645. Grayscale: #707070. Windows color (decimal): -2020934 or 12200417. OLE color: 12200417.

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

Color convert

RGB 225 41 186 -
CMYK 0 0.82 0.17 0.12
HSL 312.72º 0.75% 0.52% -
HSV(B) 312.72º 0.82% 0.88% -
XYZ 40.71 21.14 48.39 -
YUV 112.55 169.46 208.21 -
System Red Green Blue C M Y K H S L
Decimal 225 41 186 0 0.82 0.17 0.12 312.72 0.75 0.52
Hex E1 29 BA 0 52 11 C 139 4B 34
Octal 341 51 272 0 122 21 14 471 113 64
Binary 11100001 101001 10111010 0 1010010 10001 1100 100111001 1001011 110100

Color Harmonies of #E129BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129BA

Black with #E129BA

Text Example


Text Example

White with #E129BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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