Html Css Color HEX #ED28BC Razzle Dazzle Rose

📋 copy color: '#ED28BC'

red 237 ◦ green 40 ◦ blue 188

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

Shades of Razzle Dazzle Rose #ED28BC

Tints of Razzle Dazzle Rose #ED28BC

RGB

 RED value IS 237 (92.97% from 255) = 50.97%

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

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

R = 50.97%
G = 8.6%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED28BC (or 0xED28BC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 28 and BC. RGB value is (237,40,188). Sum of RGB (Red+Green+Blue) = 237+40+188=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED28BC is #12D743. Grayscale: #737373. Windows color (decimal): -1234756 or 12331245. OLE color: 12331245.

HSL color Cylindrical-coordinate representation of color #ED28BC: hue angle of 314.92º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED28BC is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 40 188 -
CMYK 0 0.83 0.21 0.07
HSL 314.92º 0.85% 0.54% -
HSV(B) 314.92º 0.83% 0.93% -
XYZ 44.76 23.15 49.69 -
YUV 115.78 168.77 214.47 -
System Red Green Blue C M Y K H S L
Decimal 237 40 188 0 0.83 0.21 0.07 314.92 0.85 0.54
Hex ED 28 BC 0 53 15 7 13B 55 36
Octal 355 50 274 0 123 25 7 473 125 66
Binary 11101101 101000 10111100 0 1010011 10101 111 100111011 1010101 110110

Color Harmonies of #ED28BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED28BC

Black with #ED28BC

Text Example


Text Example

White with #ED28BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED28BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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