Html Css Color HEX #E025D9 Razzle Dazzle Rose

📋 copy color: '#E025D9'

red 224 ◦ green 37 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E025D9

Tints of Razzle Dazzle Rose #E025D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.4%

R = 46.86%
G = 7.74%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E025D9 (or 0xE025D9) is known color: Razzle Dazzle Rose. HEX triplet: E0, 25 and D9. RGB value is (224,37,217). Sum of RGB (Red+Green+Blue) = 224+37+217=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E025D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E025D9 is #1FDA26. Grayscale: #707070. Windows color (decimal): -2087463 or 14231008. OLE color: 14231008.

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

Color convert

RGB 224 37 217 -
CMYK 0 0.83 0.03 0.12
HSL 302.25º 0.75% 0.51% -
HSV(B) 302.25º 0.83% 0.88% -
XYZ 43.93 22.18 67.61 -
YUV 113.43 186.45 206.86 -
System Red Green Blue C M Y K H S L
Decimal 224 37 217 0 0.83 0.03 0.12 302.25 0.75 0.51
Hex E0 25 D9 0 53 3 C 12E 4B 33
Octal 340 45 331 0 123 3 14 456 113 63
Binary 11100000 100101 11011001 0 1010011 11 1100 100101110 1001011 110011

Color Harmonies of #E025D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025D9

Black with #E025D9

Text Example


Text Example

White with #E025D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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