Html Css Color HEX #E025DA Razzle Dazzle Rose

📋 copy color: '#E025DA'

red 224 ◦ green 37 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E025DA

Tints of Razzle Dazzle Rose #E025DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 46.76%
G = 7.72%
B = 45.51%

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

#E025DA (or 0xE025DA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 25 and DA. RGB value is (224,37,218). Sum of RGB (Red+Green+Blue) = 224+37+218=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 37 (14.84% from 255 or 7.72% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E025DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E025DA is #1FDA25. Grayscale: #717171. Windows color (decimal): -2087462 or 14296544. OLE color: 14296544.

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

Color convert

RGB 224 37 218 -
CMYK 0 0.83 0.03 0.12
HSL 301.93º 0.75% 0.51% -
HSV(B) 301.93º 0.83% 0.88% -
XYZ 44.06 22.23 68.3 -
YUV 113.55 186.95 206.78 -
System Red Green Blue C M Y K H S L
Decimal 224 37 218 0 0.83 0.03 0.12 301.93 0.75 0.51
Hex E0 25 DA 0 53 3 C 12E 4B 33
Octal 340 45 332 0 123 3 14 456 113 63
Binary 11100000 100101 11011010 0 1010011 11 1100 100101110 1001011 110011

Color Harmonies of #E025DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025DA

Black with #E025DA

Text Example


Text Example

White with #E025DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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