Html Css Color HEX #E128C6 Razzle Dazzle Rose

📋 copy color: '#E128C6'

red 225 ◦ green 40 ◦ blue 198

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

Shades of Razzle Dazzle Rose #E128C6

Tints of Razzle Dazzle Rose #E128C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.76%

R = 48.6%
G = 8.64%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E128C6 (or 0xE128C6) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and C6. RGB value is (225,40,198). Sum of RGB (Red+Green+Blue) = 225+40+198=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E128C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128C6 is #1ED739. Grayscale: #707070. Windows color (decimal): -2021178 or 12986593. OLE color: 12986593.

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

Color convert

RGB 225 40 198 -
CMYK 0 0.82 0.12 0.12
HSL 308.76º 0.76% 0.52% -
HSV(B) 308.76º 0.82% 0.88% -
XYZ 42 21.6 55.38 -
YUV 113.33 175.79 207.65 -
System Red Green Blue C M Y K H S L
Decimal 225 40 198 0 0.82 0.12 0.12 308.76 0.76 0.52
Hex E1 28 C6 0 52 C C 135 4C 34
Octal 341 50 306 0 122 14 14 465 114 64
Binary 11100001 101000 11000110 0 1010010 1100 1100 100110101 1001100 110100

Color Harmonies of #E128C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128C6

Black with #E128C6

Text Example


Text Example

White with #E128C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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