Html Css Color HEX #E129DC Razzle Dazzle Rose

📋 copy color: '#E129DC'

red 225 ◦ green 41 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E129DC

Tints of Razzle Dazzle Rose #E129DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 46.3%
G = 8.44%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E129DC (or 0xE129DC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 29 and DC. RGB value is (225,41,220). Sum of RGB (Red+Green+Blue) = 225+41+220=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E129DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129DC is #1ED623. Grayscale: #737373. Windows color (decimal): -2020900 or 14428641. OLE color: 14428641.

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

Color convert

RGB 225 41 220 -
CMYK 0 0.82 0.02 0.12
HSL 301.63º 0.75% 0.52% -
HSV(B) 301.63º 0.82% 0.88% -
XYZ 44.76 22.76 69.74 -
YUV 116.42 186.46 205.45 -
System Red Green Blue C M Y K H S L
Decimal 225 41 220 0 0.82 0.02 0.12 301.63 0.75 0.52
Hex E1 29 DC 0 52 2 C 12E 4B 34
Octal 341 51 334 0 122 2 14 456 113 64
Binary 11100001 101001 11011100 0 1010010 10 1100 100101110 1001011 110100

Color Harmonies of #E129DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129DC

Black with #E129DC

Text Example


Text Example

White with #E129DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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