Html Css Color HEX #ED49B8 Razzle Dazzle Rose

📋 copy color: '#ED49B8'

red 237 ◦ green 73 ◦ blue 184

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

Shades of Razzle Dazzle Rose #ED49B8

Tints of Razzle Dazzle Rose #ED49B8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.78%

 BLUE value IS 184 (72.27% from 255) = 37.25%

R = 47.98%
G = 14.78%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED49B8 (or 0xED49B8) is known color: Razzle Dazzle Rose. HEX triplet: ED, 49 and B8. RGB value is (237,73,184). Sum of RGB (Red+Green+Blue) = 237+73+184=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED49B8 is #12B647. Grayscale: #868686. Windows color (decimal): -1226312 or 12077549. OLE color: 12077549.

HSL color Cylindrical-coordinate representation of color #ED49B8: hue angle of 319.39º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED49B8 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 73 184 -
CMYK 0 0.69 0.22 0.07
HSL 319.39º 0.82% 0.61% -
HSV(B) 319.39º 0.69% 0.93% -
XYZ 45.96 26.23 47.99 -
YUV 134.69 155.83 200.97 -
System Red Green Blue C M Y K H S L
Decimal 237 73 184 0 0.69 0.22 0.07 319.39 0.82 0.61
Hex ED 49 B8 0 45 16 7 13F 52 3D
Octal 355 111 270 0 105 26 7 477 122 75
Binary 11101101 1001001 10111000 0 1000101 10110 111 100111111 1010010 111101

Color Harmonies of #ED49B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED49B8

Black with #ED49B8

Text Example


Text Example

White with #ED49B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED49B8; }

 p { color: rgb(237,73,184); }

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

background-color css

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

 a { background-color: rgb(237,73,184); }

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

border-color css

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

 span { border-color: rgb(237,73,184); }

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