Html Css Color HEX #E129BE Razzle Dazzle Rose

📋 copy color: '#E129BE'

red 225 ◦ green 41 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E129BE

Tints of Razzle Dazzle Rose #E129BE

RGB

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

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

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

R = 49.34%
G = 8.99%
B = 41.67%

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

#E129BE (or 0xE129BE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 29 and BE. RGB value is (225,41,190). Sum of RGB (Red+Green+Blue) = 225+41+190=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E129BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129BE is #1ED641. Grayscale: #707070. Windows color (decimal): -2020930 or 12462561. OLE color: 12462561.

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

Color convert

RGB 225 41 190 -
CMYK 0 0.82 0.16 0.12
HSL 311.41º 0.75% 0.52% -
HSV(B) 311.41º 0.82% 0.88% -
XYZ 41.14 21.31 50.66 -
YUV 113 171.46 207.88 -
System Red Green Blue C M Y K H S L
Decimal 225 41 190 0 0.82 0.16 0.12 311.41 0.75 0.52
Hex E1 29 BE 0 52 10 C 137 4B 34
Octal 341 51 276 0 122 20 14 467 113 64
Binary 11100001 101001 10111110 0 1010010 10000 1100 100110111 1001011 110100

Color Harmonies of #E129BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129BE

Black with #E129BE

Text Example


Text Example

White with #E129BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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