Html Css Color HEX #E129D0 Razzle Dazzle Rose

📋 copy color: '#E129D0'

red 225 ◦ green 41 ◦ blue 208

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

Shades of Razzle Dazzle Rose #E129D0

Tints of Razzle Dazzle Rose #E129D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.88%

R = 47.47%
G = 8.65%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E129D0 (or 0xE129D0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 29 and D0. RGB value is (225,41,208). Sum of RGB (Red+Green+Blue) = 225+41+208=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E129D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129D0 is #1ED62F. Grayscale: #727272. Windows color (decimal): -2020912 or 13642209. OLE color: 13642209.

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

Color convert

RGB 225 41 208 -
CMYK 0 0.82 0.08 0.12
HSL 305.54º 0.75% 0.52% -
HSV(B) 305.54º 0.82% 0.88% -
XYZ 43.23 22.15 61.67 -
YUV 115.05 180.46 206.42 -
System Red Green Blue C M Y K H S L
Decimal 225 41 208 0 0.82 0.08 0.12 305.54 0.75 0.52
Hex E1 29 D0 0 52 8 C 132 4B 34
Octal 341 51 320 0 122 10 14 462 113 64
Binary 11100001 101001 11010000 0 1010010 1000 1100 100110010 1001011 110100

Color Harmonies of #E129D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129D0

Black with #E129D0

Text Example


Text Example

White with #E129D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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