Html Css Color HEX #E128DC Razzle Dazzle Rose

📋 copy color: '#E128DC'

red 225 ◦ green 40 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E128DC

Tints of Razzle Dazzle Rose #E128DC

RGB

 RED value IS 225 (88.28% from 255) = 46.39%

 GREEN value IS 40 (16.02% from 255) = 8.25%

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

R = 46.39%
G = 8.25%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E128DC (or 0xE128DC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and DC. RGB value is (225,40,220). Sum of RGB (Red+Green+Blue) = 225+40+220=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E128DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128DC is #1ED723. Grayscale: #737373. Windows color (decimal): -2021156 or 14428385. OLE color: 14428385.

HSL color Cylindrical-coordinate representation of color #E128DC: hue angle of 301.62º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E128DC is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 40 220 -
CMYK 0 0.82 0.02 0.12
HSL 301.62º 0.76% 0.52% -
HSV(B) 301.62º 0.82% 0.88% -
XYZ 44.73 22.69 69.73 -
YUV 115.84 186.79 205.86 -
System Red Green Blue C M Y K H S L
Decimal 225 40 220 0 0.82 0.02 0.12 301.62 0.76 0.52
Hex E1 28 DC 0 52 2 C 12E 4C 34
Octal 341 50 334 0 122 2 14 456 114 64
Binary 11100001 101000 11011100 0 1010010 10 1100 100101110 1001100 110100

Color Harmonies of #E128DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128DC

Black with #E128DC

Text Example


Text Example

White with #E128DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128DC; }

 p { color: rgb(225,40,220); }

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

background-color css

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

 a { background-color: rgb(225,40,220); }

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

border-color css

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

 span { border-color: rgb(225,40,220); }

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