Html Css Color HEX #E025DF Razzle Dazzle Rose

📋 copy color: '#E025DF'

red 224 ◦ green 37 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E025DF

Tints of Razzle Dazzle Rose #E025DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 46.28%
G = 7.64%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E025DF (or 0xE025DF) is known color: Razzle Dazzle Rose. HEX triplet: E0, 25 and DF. RGB value is (224,37,223). Sum of RGB (Red+Green+Blue) = 224+37+223=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 37 (14.84% from 255 or 7.64% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E025DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E025DF is #1FDA20. Grayscale: #717171. Windows color (decimal): -2087457 or 14624224. OLE color: 14624224.

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

Color convert

RGB 224 37 223 -
CMYK 0 0.83 0.00 0.12
HSL 300.32º 0.75% 0.51% -
HSV(B) 300.32º 0.83% 0.88% -
XYZ 44.72 22.5 71.8 -
YUV 114.12 189.45 206.38 -
System Red Green Blue C M Y K H S L
Decimal 224 37 223 0 0.83 0.00 0.12 300.32 0.75 0.51
Hex E0 25 DF 0 53 0 C 12C 4B 33
Octal 340 45 337 0 123 0 14 454 113 63
Binary 11100000 100101 11011111 0 1010011 0 1100 100101100 1001011 110011

Color Harmonies of #E025DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025DF

Black with #E025DF

Text Example


Text Example

White with #E025DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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