Html Css Color HEX #E128C5 Razzle Dazzle Rose

📋 copy color: '#E128C5'

red 225 ◦ green 40 ◦ blue 197

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

Shades of Razzle Dazzle Rose #E128C5

Tints of Razzle Dazzle Rose #E128C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.64%

R = 48.7%
G = 8.66%
B = 42.64%

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

#E128C5 (or 0xE128C5) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and C5. RGB value is (225,40,197). Sum of RGB (Red+Green+Blue) = 225+40+197=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E128C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128C5 is #1ED73A. Grayscale: #707070. Windows color (decimal): -2021179 or 12921057. OLE color: 12921057.

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

Color convert

RGB 225 40 197 -
CMYK 0 0.82 0.12 0.12
HSL 309.08º 0.76% 0.52% -
HSV(B) 309.08º 0.82% 0.88% -
XYZ 41.89 21.56 54.78 -
YUV 113.21 175.29 207.73 -
System Red Green Blue C M Y K H S L
Decimal 225 40 197 0 0.82 0.12 0.12 309.08 0.76 0.52
Hex E1 28 C5 0 52 C C 135 4C 34
Octal 341 50 305 0 122 14 14 465 114 64
Binary 11100001 101000 11000101 0 1010010 1100 1100 100110101 1001100 110100

Color Harmonies of #E128C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128C5

Black with #E128C5

Text Example


Text Example

White with #E128C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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