Html Css Color HEX #E128D6 Razzle Dazzle Rose

📋 copy color: '#E128D6'

red 225 ◦ green 40 ◦ blue 214

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

Shades of Razzle Dazzle Rose #E128D6

Tints of Razzle Dazzle Rose #E128D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.68%

R = 46.97%
G = 8.35%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E128D6 (or 0xE128D6) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and D6. RGB value is (225,40,214). Sum of RGB (Red+Green+Blue) = 225+40+214=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E128D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128D6 is #1ED729. Grayscale: #727272. Windows color (decimal): -2021162 or 14035169. OLE color: 14035169.

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

Color convert

RGB 225 40 214 -
CMYK 0 0.82 0.05 0.12
HSL 303.57º 0.76% 0.52% -
HSV(B) 303.57º 0.82% 0.88% -
XYZ 43.95 22.38 65.62 -
YUV 115.15 183.79 206.35 -
System Red Green Blue C M Y K H S L
Decimal 225 40 214 0 0.82 0.05 0.12 303.57 0.76 0.52
Hex E1 28 D6 0 52 5 C 130 4C 34
Octal 341 50 326 0 122 5 14 460 114 64
Binary 11100001 101000 11010110 0 1010010 101 1100 100110000 1001100 110100

Color Harmonies of #E128D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128D6

Black with #E128D6

Text Example


Text Example

White with #E128D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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