Html Css Color HEX #E131DD Razzle Dazzle Rose

📋 copy color: '#E131DD'

red 225 ◦ green 49 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E131DD

Tints of Razzle Dazzle Rose #E131DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.9%

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 45.45%
G = 9.9%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E131DD (or 0xE131DD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 31 and DD. RGB value is (225,49,221). Sum of RGB (Red+Green+Blue) = 225+49+221=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E131DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131DD is #1ECE22. Grayscale: #787878. Windows color (decimal): -2018851 or 14496225. OLE color: 14496225.

HSL color Cylindrical-coordinate representation of color #E131DD: hue angle of 301.36º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E131DD is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 49 221 -
CMYK 0 0.78 0.02 0.12
HSL 301.36º 0.75% 0.54% -
HSV(B) 301.36º 0.78% 0.88% -
XYZ 45.2 23.42 70.55 -
YUV 121.23 184.31 202.01 -
System Red Green Blue C M Y K H S L
Decimal 225 49 221 0 0.78 0.02 0.12 301.36 0.75 0.54
Hex E1 31 DD 0 4E 2 C 12D 4B 36
Octal 341 61 335 0 116 2 14 455 113 66
Binary 11100001 110001 11011101 0 1001110 10 1100 100101101 1001011 110110

Color Harmonies of #E131DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131DD

Black with #E131DD

Text Example


Text Example

White with #E131DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131DD; }

 p { color: rgb(225,49,221); }

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

background-color css

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

 a { background-color: rgb(225,49,221); }

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

border-color css

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

 span { border-color: rgb(225,49,221); }

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