Html Css Color HEX #E428BD Razzle Dazzle Rose

📋 copy color: '#E428BD'

red 228 ◦ green 40 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E428BD

Tints of Razzle Dazzle Rose #E428BD

RGB

 RED value IS 228 (89.45% from 255) = 49.89%

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

 BLUE value IS 189 (74.22% from 255) = 41.36%

R = 49.89%
G = 8.75%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E428BD (or 0xE428BD) is known color: Razzle Dazzle Rose. HEX triplet: E4, 28 and BD. RGB value is (228,40,189). Sum of RGB (Red+Green+Blue) = 228+40+189=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E428BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E428BD is #1BD742. Grayscale: #707070. Windows color (decimal): -1824579 or 12396772. OLE color: 12396772.

HSL color Cylindrical-coordinate representation of color #E428BD: hue angle of 312.45º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E428BD is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 40 189 -
CMYK 0 0.82 0.17 0.11
HSL 312.45º 0.78% 0.53% -
HSV(B) 312.45º 0.82% 0.89% -
XYZ 41.94 21.69 50.12 -
YUV 113.2 170.78 209.88 -
System Red Green Blue C M Y K H S L
Decimal 228 40 189 0 0.82 0.17 0.11 312.45 0.78 0.53
Hex E4 28 BD 0 52 11 B 138 4E 35
Octal 344 50 275 0 122 21 13 470 116 65
Binary 11100100 101000 10111101 0 1010010 10001 1011 100111000 1001110 110101

Color Harmonies of #E428BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E428BD

Black with #E428BD

Text Example


Text Example

White with #E428BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E428BD; }

 p { color: rgb(228,40,189); }

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

background-color css

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

 a { background-color: rgb(228,40,189); }

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

border-color css

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

 span { border-color: rgb(228,40,189); }

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