Html Css Color HEX #E130DD Razzle Dazzle Rose

📋 copy color: '#E130DD'

red 225 ◦ green 48 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E130DD

Tints of Razzle Dazzle Rose #E130DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.72%

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

R = 45.55%
G = 9.72%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E130DD (or 0xE130DD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 30 and DD. RGB value is (225,48,221). Sum of RGB (Red+Green+Blue) = 225+48+221=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 48 (19.14% from 255 or 9.72% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E130DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130DD is #1ECF22. Grayscale: #787878. Windows color (decimal): -2019107 or 14495969. OLE color: 14495969.

HSL color Cylindrical-coordinate representation of color #E130DD: 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.79%. Process color model (Four color, CMYK) of #E130DD is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 48 221 -
CMYK 0 0.79 0.02 0.12
HSL 301.36º 0.75% 0.54% -
HSV(B) 301.36º 0.79% 0.88% -
XYZ 45.16 23.34 70.53 -
YUV 120.65 184.64 202.43 -
System Red Green Blue C M Y K H S L
Decimal 225 48 221 0 0.79 0.02 0.12 301.36 0.75 0.54
Hex E1 30 DD 0 4F 2 C 12D 4B 36
Octal 341 60 335 0 117 2 14 455 113 66
Binary 11100001 110000 11011101 0 1001111 10 1100 100101101 1001011 110110

Color Harmonies of #E130DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130DD

Black with #E130DD

Text Example


Text Example

White with #E130DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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