Html Css Color HEX #ED49BA Razzle Dazzle Rose

📋 copy color: '#ED49BA'

red 237 ◦ green 73 ◦ blue 186

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

Shades of Razzle Dazzle Rose #ED49BA

Tints of Razzle Dazzle Rose #ED49BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.5%

R = 47.78%
G = 14.72%
B = 37.5%

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

#ED49BA (or 0xED49BA) is known color: Razzle Dazzle Rose. HEX triplet: ED, 49 and BA. RGB value is (237,73,186). Sum of RGB (Red+Green+Blue) = 237+73+186=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED49BA is #12B645. Grayscale: #868686. Windows color (decimal): -1226310 or 12208621. OLE color: 12208621.

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

Color convert

RGB 237 73 186 -
CMYK 0 0.69 0.22 0.07
HSL 318.66º 0.82% 0.61% -
HSV(B) 318.66º 0.69% 0.93% -
XYZ 46.17 26.31 49.1 -
YUV 134.92 156.83 200.81 -
System Red Green Blue C M Y K H S L
Decimal 237 73 186 0 0.69 0.22 0.07 318.66 0.82 0.61
Hex ED 49 BA 0 45 16 7 13F 52 3D
Octal 355 111 272 0 105 26 7 477 122 75
Binary 11101101 1001001 10111010 0 1000101 10110 111 100111111 1010010 111101

Color Harmonies of #ED49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED49BA

Black with #ED49BA

Text Example


Text Example

White with #ED49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED49BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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