Html Css Color HEX #E128D9 Razzle Dazzle Rose

📋 copy color: '#E128D9'

red 225 ◦ green 40 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E128D9

Tints of Razzle Dazzle Rose #E128D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.02%

R = 46.68%
G = 8.3%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E128D9 (or 0xE128D9) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and D9. RGB value is (225,40,217). Sum of RGB (Red+Green+Blue) = 225+40+217=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 40 (16.02% from 255 or 8.30% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E128D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128D9 is #1ED726. Grayscale: #727272. Windows color (decimal): -2021159 or 14231777. OLE color: 14231777.

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

Color convert

RGB 225 40 217 -
CMYK 0 0.82 0.04 0.12
HSL 302.59º 0.76% 0.52% -
HSV(B) 302.59º 0.82% 0.88% -
XYZ 44.33 22.53 67.66 -
YUV 115.49 185.29 206.11 -
System Red Green Blue C M Y K H S L
Decimal 225 40 217 0 0.82 0.04 0.12 302.59 0.76 0.52
Hex E1 28 D9 0 52 4 C 12F 4C 34
Octal 341 50 331 0 122 4 14 457 114 64
Binary 11100001 101000 11011001 0 1010010 100 1100 100101111 1001100 110100

Color Harmonies of #E128D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128D9

Black with #E128D9

Text Example


Text Example

White with #E128D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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