Html Css Color HEX #E13DB9 Razzle Dazzle Rose

📋 copy color: '#E13DB9'

red 225 ◦ green 61 ◦ blue 185

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

Shades of Razzle Dazzle Rose #E13DB9

Tints of Razzle Dazzle Rose #E13DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.95%

 BLUE value IS 185 (72.66% from 255) = 39.28%

R = 47.77%
G = 12.95%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E13DB9 (or 0xE13DB9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 3D and B9. RGB value is (225,61,185). Sum of RGB (Red+Green+Blue) = 225+61+185=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13DB9 is #1EC246. Grayscale: #7B7B7B. Windows color (decimal): -2015815 or 12140001. OLE color: 12140001.

HSL color Cylindrical-coordinate representation of color #E13DB9: hue angle of 314.63º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13DB9 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 61 185 -
CMYK 0 0.73 0.18 0.12
HSL 314.63º 0.73% 0.56% -
HSV(B) 314.63º 0.73% 0.88% -
XYZ 41.48 22.85 48.12 -
YUV 124.17 162.33 199.92 -
System Red Green Blue C M Y K H S L
Decimal 225 61 185 0 0.73 0.18 0.12 314.63 0.73 0.56
Hex E1 3D B9 0 49 12 C 13B 49 38
Octal 341 75 271 0 111 22 14 473 111 70
Binary 11100001 111101 10111001 0 1001001 10010 1100 100111011 1001001 111000

Color Harmonies of #E13DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13DB9

Black with #E13DB9

Text Example


Text Example

White with #E13DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13DB9; }

 p { color: rgb(225,61,185); }

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

background-color css

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

 a { background-color: rgb(225,61,185); }

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

border-color css

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

 span { border-color: rgb(225,61,185); }

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