Html Css Color HEX #ED28BE Razzle Dazzle Rose

📋 copy color: '#ED28BE'

red 237 ◦ green 40 ◦ blue 190

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

Shades of Razzle Dazzle Rose #ED28BE

Tints of Razzle Dazzle Rose #ED28BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 50.75%
G = 8.57%
B = 40.69%

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

#ED28BE (or 0xED28BE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 28 and BE. RGB value is (237,40,190). Sum of RGB (Red+Green+Blue) = 237+40+190=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED28BE is #12D741. Grayscale: #737373. Windows color (decimal): -1234754 or 12462317. OLE color: 12462317.

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

Color convert

RGB 237 40 190 -
CMYK 0 0.83 0.20 0.07
HSL 314.31º 0.85% 0.54% -
HSV(B) 314.31º 0.83% 0.93% -
XYZ 44.98 23.24 50.83 -
YUV 116 169.77 214.3 -
System Red Green Blue C M Y K H S L
Decimal 237 40 190 0 0.83 0.20 0.07 314.31 0.85 0.54
Hex ED 28 BE 0 53 14 7 13A 55 36
Octal 355 50 276 0 123 24 7 472 125 66
Binary 11101101 101000 10111110 0 1010011 10100 111 100111010 1010101 110110

Color Harmonies of #ED28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED28BE

Black with #ED28BE

Text Example


Text Example

White with #ED28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED28BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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