Html Css Color HEX #E129BC Razzle Dazzle Rose

📋 copy color: '#E129BC'

red 225 ◦ green 41 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E129BC

Tints of Razzle Dazzle Rose #E129BC

RGB

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

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

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

R = 49.56%
G = 9.03%
B = 41.41%

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

#E129BC (or 0xE129BC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 29 and BC. RGB value is (225,41,188). Sum of RGB (Red+Green+Blue) = 225+41+188=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E129BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129BC is #1ED643. Grayscale: #707070. Windows color (decimal): -2020932 or 12331489. OLE color: 12331489.

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

Color convert

RGB 225 41 188 -
CMYK 0 0.82 0.16 0.12
HSL 312.07º 0.75% 0.52% -
HSV(B) 312.07º 0.82% 0.88% -
XYZ 40.92 21.22 49.52 -
YUV 112.77 170.46 208.05 -
System Red Green Blue C M Y K H S L
Decimal 225 41 188 0 0.82 0.16 0.12 312.07 0.75 0.52
Hex E1 29 BC 0 52 10 C 138 4B 34
Octal 341 51 274 0 122 20 14 470 113 64
Binary 11100001 101001 10111100 0 1010010 10000 1100 100111000 1001011 110100

Color Harmonies of #E129BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129BC

Black with #E129BC

Text Example


Text Example

White with #E129BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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