Html Css Color HEX #ED28BD Razzle Dazzle Rose

📋 copy color: '#ED28BD'

red 237 ◦ green 40 ◦ blue 189

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

Shades of Razzle Dazzle Rose #ED28BD

Tints of Razzle Dazzle Rose #ED28BD

RGB

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

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

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

R = 50.86%
G = 8.58%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED28BD (or 0xED28BD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 28 and BD. RGB value is (237,40,189). Sum of RGB (Red+Green+Blue) = 237+40+189=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED28BD is #12D742. Grayscale: #737373. Windows color (decimal): -1234755 or 12396781. OLE color: 12396781.

HSL color Cylindrical-coordinate representation of color #ED28BD: hue angle of 314.62º 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 #ED28BD is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 40 189 -
CMYK 0 0.83 0.20 0.07
HSL 314.62º 0.85% 0.54% -
HSV(B) 314.62º 0.83% 0.93% -
XYZ 44.87 23.2 50.26 -
YUV 115.89 169.27 214.38 -
System Red Green Blue C M Y K H S L
Decimal 237 40 189 0 0.83 0.20 0.07 314.62 0.85 0.54
Hex ED 28 BD 0 53 14 7 13B 55 36
Octal 355 50 275 0 123 24 7 473 125 66
Binary 11101101 101000 10111101 0 1010011 10100 111 100111011 1010101 110110

Color Harmonies of #ED28BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED28BD

Black with #ED28BD

Text Example


Text Example

White with #ED28BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED28BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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