Html Css Color HEX #E025DD Razzle Dazzle Rose

📋 copy color: '#E025DD'

red 224 ◦ green 37 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E025DD

Tints of Razzle Dazzle Rose #E025DD

RGB

 RED value IS 224 (87.89% from 255) = 46.47%

 GREEN value IS 37 (14.84% from 255) = 7.68%

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

R = 46.47%
G = 7.68%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E025DD (or 0xE025DD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 25 and DD. RGB value is (224,37,221). Sum of RGB (Red+Green+Blue) = 224+37+221=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E025DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E025DD is #1FDA22. Grayscale: #717171. Windows color (decimal): -2087459 or 14493152. OLE color: 14493152.

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

Color convert

RGB 224 37 221 -
CMYK 0 0.83 0.01 0.12
HSL 300.96º 0.75% 0.51% -
HSV(B) 300.96º 0.83% 0.88% -
XYZ 44.45 22.39 70.39 -
YUV 113.89 188.45 206.54 -
System Red Green Blue C M Y K H S L
Decimal 224 37 221 0 0.83 0.01 0.12 300.96 0.75 0.51
Hex E0 25 DD 0 53 1 C 12D 4B 33
Octal 340 45 335 0 123 1 14 455 113 63
Binary 11100000 100101 11011101 0 1010011 1 1100 100101101 1001011 110011

Color Harmonies of #E025DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025DD

Black with #E025DD

Text Example


Text Example

White with #E025DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025DD; }

 p { color: rgb(224,37,221); }

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

background-color css

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

 a { background-color: rgb(224,37,221); }

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

border-color css

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

 span { border-color: rgb(224,37,221); }

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