Html Css Color HEX #E128DD Razzle Dazzle Rose

📋 copy color: '#E128DD'

red 225 ◦ green 40 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E128DD

Tints of Razzle Dazzle Rose #E128DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 46.3%
G = 8.23%
B = 45.47%

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

#E128DD (or 0xE128DD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and DD. RGB value is (225,40,221). Sum of RGB (Red+Green+Blue) = 225+40+221=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E128DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128DD is #1ED722. Grayscale: #737373. Windows color (decimal): -2021155 or 14493921. OLE color: 14493921.

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

Color convert

RGB 225 40 221 -
CMYK 0 0.82 0.02 0.12
HSL 301.3º 0.76% 0.52% -
HSV(B) 301.3º 0.82% 0.88% -
XYZ 44.86 22.75 70.43 -
YUV 115.95 187.29 205.78 -
System Red Green Blue C M Y K H S L
Decimal 225 40 221 0 0.82 0.02 0.12 301.3 0.76 0.52
Hex E1 28 DD 0 52 2 C 12D 4C 34
Octal 341 50 335 0 122 2 14 455 114 64
Binary 11100001 101000 11011101 0 1010010 10 1100 100101101 1001100 110100

Color Harmonies of #E128DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128DD

Black with #E128DD

Text Example


Text Example

White with #E128DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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