Html Css Color HEX #E425DC Razzle Dazzle Rose

📋 copy color: '#E425DC'

red 228 ◦ green 37 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E425DC

Tints of Razzle Dazzle Rose #E425DC

RGB

 RED value IS 228 (89.45% from 255) = 47.01%

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

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 47.01%
G = 7.63%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E425DC (or 0xE425DC) is known color: Razzle Dazzle Rose. HEX triplet: E4, 25 and DC. RGB value is (228,37,220). Sum of RGB (Red+Green+Blue) = 228+37+220=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E425DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E425DC is #1BDA23. Grayscale: #727272. Windows color (decimal): -1825316 or 14427620. OLE color: 14427620.

HSL color Cylindrical-coordinate representation of color #E425DC: hue angle of 302.51º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E425DC is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 37 220 -
CMYK 0 0.84 0.04 0.11
HSL 302.51º 0.78% 0.52% -
HSV(B) 302.51º 0.84% 0.89% -
XYZ 45.57 22.98 69.74 -
YUV 114.97 187.28 208.62 -
System Red Green Blue C M Y K H S L
Decimal 228 37 220 0 0.84 0.04 0.11 302.51 0.78 0.52
Hex E4 25 DC 0 54 4 B 12F 4E 34
Octal 344 45 334 0 124 4 13 457 116 64
Binary 11100100 100101 11011100 0 1010100 100 1011 100101111 1001110 110100

Color Harmonies of #E425DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E425DC

Black with #E425DC

Text Example


Text Example

White with #E425DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E425DC; }

 p { color: rgb(228,37,220); }

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

background-color css

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

 a { background-color: rgb(228,37,220); }

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

border-color css

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

 span { border-color: rgb(228,37,220); }

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