Html Css Color HEX #E128C4 Razzle Dazzle Rose

📋 copy color: '#E128C4'

red 225 ◦ green 40 ◦ blue 196

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

Shades of Razzle Dazzle Rose #E128C4

Tints of Razzle Dazzle Rose #E128C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.52%

R = 48.81%
G = 8.68%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E128C4 (or 0xE128C4) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and C4. RGB value is (225,40,196). Sum of RGB (Red+Green+Blue) = 225+40+196=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E128C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128C4 is #1ED73B. Grayscale: #707070. Windows color (decimal): -2021180 or 12855521. OLE color: 12855521.

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

Color convert

RGB 225 40 196 -
CMYK 0 0.82 0.13 0.12
HSL 309.41º 0.76% 0.52% -
HSV(B) 309.41º 0.82% 0.88% -
XYZ 41.77 21.51 54.17 -
YUV 113.1 174.79 207.82 -
System Red Green Blue C M Y K H S L
Decimal 225 40 196 0 0.82 0.13 0.12 309.41 0.76 0.52
Hex E1 28 C4 0 52 D C 135 4C 34
Octal 341 50 304 0 122 15 14 465 114 64
Binary 11100001 101000 11000100 0 1010010 1101 1100 100110101 1001100 110100

Color Harmonies of #E128C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128C4

Black with #E128C4

Text Example


Text Example

White with #E128C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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