Html Css Color HEX #E129BF Razzle Dazzle Rose

📋 copy color: '#E129BF'

red 225 ◦ green 41 ◦ blue 191

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

Shades of Razzle Dazzle Rose #E129BF

Tints of Razzle Dazzle Rose #E129BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.79%

R = 49.23%
G = 8.97%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E129BF (or 0xE129BF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 29 and BF. RGB value is (225,41,191). Sum of RGB (Red+Green+Blue) = 225+41+191=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E129BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129BF is #1ED640. Grayscale: #707070. Windows color (decimal): -2020929 or 12528097. OLE color: 12528097.

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

Color convert

RGB 225 41 191 -
CMYK 0 0.82 0.15 0.12
HSL 311.09º 0.75% 0.52% -
HSV(B) 311.09º 0.82% 0.88% -
XYZ 41.25 21.36 51.24 -
YUV 113.12 171.96 207.8 -
System Red Green Blue C M Y K H S L
Decimal 225 41 191 0 0.82 0.15 0.12 311.09 0.75 0.52
Hex E1 29 BF 0 52 F C 137 4B 34
Octal 341 51 277 0 122 17 14 467 113 64
Binary 11100001 101001 10111111 0 1010010 1111 1100 100110111 1001011 110100

Color Harmonies of #E129BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129BF

Black with #E129BF

Text Example


Text Example

White with #E129BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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