Html Css Color HEX #E128D1 Razzle Dazzle Rose

📋 copy color: '#E128D1'

red 225 ◦ green 40 ◦ blue 209

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

Shades of Razzle Dazzle Rose #E128D1

Tints of Razzle Dazzle Rose #E128D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.09%

R = 47.47%
G = 8.44%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E128D1 (or 0xE128D1) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and D1. RGB value is (225,40,209). Sum of RGB (Red+Green+Blue) = 225+40+209=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E128D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128D1 is #1ED72E. Grayscale: #727272. Windows color (decimal): -2021167 or 13707489. OLE color: 13707489.

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

Color convert

RGB 225 40 209 -
CMYK 0 0.82 0.07 0.12
HSL 305.19º 0.76% 0.52% -
HSV(B) 305.19º 0.82% 0.88% -
XYZ 43.32 22.13 62.31 -
YUV 114.58 181.29 206.76 -
System Red Green Blue C M Y K H S L
Decimal 225 40 209 0 0.82 0.07 0.12 305.19 0.76 0.52
Hex E1 28 D1 0 52 7 C 131 4C 34
Octal 341 50 321 0 122 7 14 461 114 64
Binary 11100001 101000 11010001 0 1010010 111 1100 100110001 1001100 110100

Color Harmonies of #E128D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128D1

Black with #E128D1

Text Example


Text Example

White with #E128D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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