Html Css Color HEX #E129DB Razzle Dazzle Rose

📋 copy color: '#E129DB'

red 225 ◦ green 41 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E129DB

Tints of Razzle Dazzle Rose #E129DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 46.39%
G = 8.45%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E129DB (or 0xE129DB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 29 and DB. RGB value is (225,41,219). Sum of RGB (Red+Green+Blue) = 225+41+219=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E129DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129DB is #1ED624. Grayscale: #737373. Windows color (decimal): -2020901 or 14363105. OLE color: 14363105.

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

Color convert

RGB 225 41 219 -
CMYK 0 0.82 0.03 0.12
HSL 301.96º 0.75% 0.52% -
HSV(B) 301.96º 0.82% 0.88% -
XYZ 44.63 22.71 69.05 -
YUV 116.31 185.96 205.53 -
System Red Green Blue C M Y K H S L
Decimal 225 41 219 0 0.82 0.03 0.12 301.96 0.75 0.52
Hex E1 29 DB 0 52 3 C 12E 4B 34
Octal 341 51 333 0 122 3 14 456 113 64
Binary 11100001 101001 11011011 0 1010010 11 1100 100101110 1001011 110100

Color Harmonies of #E129DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E129DB

Black with #E129DB

Text Example


Text Example

White with #E129DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E129DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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