Html Css Color HEX #E128BC Razzle Dazzle Rose

📋 copy color: '#E128BC'

red 225 ◦ green 40 ◦ blue 188

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

Shades of Razzle Dazzle Rose #E128BC

Tints of Razzle Dazzle Rose #E128BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 49.67%
G = 8.83%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E128BC (or 0xE128BC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and BC. RGB value is (225,40,188). Sum of RGB (Red+Green+Blue) = 225+40+188=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E128BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128BC is #1ED743. Grayscale: #6F6F6F. Windows color (decimal): -2021188 or 12331233. OLE color: 12331233.

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

Color convert

RGB 225 40 188 -
CMYK 0 0.82 0.16 0.12
HSL 312º 0.76% 0.52% -
HSV(B) 312º 0.82% 0.88% -
XYZ 40.89 21.16 49.51 -
YUV 112.19 170.79 208.47 -
System Red Green Blue C M Y K H S L
Decimal 225 40 188 0 0.82 0.16 0.12 312 0.76 0.52
Hex E1 28 BC 0 52 10 C 138 4C 34
Octal 341 50 274 0 122 20 14 470 114 64
Binary 11100001 101000 10111100 0 1010010 10000 1100 100111000 1001100 110100

Color Harmonies of #E128BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E128BC

Black with #E128BC

Text Example


Text Example

White with #E128BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E128BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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