Html Css Color HEX #ED49C3 Razzle Dazzle Rose

📋 copy color: '#ED49C3'

red 237 ◦ green 73 ◦ blue 195

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

Shades of Razzle Dazzle Rose #ED49C3

Tints of Razzle Dazzle Rose #ED49C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.61%

R = 46.93%
G = 14.46%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED49C3 (or 0xED49C3) is known color: Razzle Dazzle Rose. HEX triplet: ED, 49 and C3. RGB value is (237,73,195). Sum of RGB (Red+Green+Blue) = 237+73+195=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED49C3 is #12B63C. Grayscale: #878787. Windows color (decimal): -1226301 or 12798445. OLE color: 12798445.

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

Color convert

RGB 237 73 195 -
CMYK 0 0.69 0.18 0.07
HSL 315.37º 0.82% 0.61% -
HSV(B) 315.37º 0.69% 0.93% -
XYZ 47.16 26.71 54.3 -
YUV 135.94 161.33 200.08 -
System Red Green Blue C M Y K H S L
Decimal 237 73 195 0 0.69 0.18 0.07 315.37 0.82 0.61
Hex ED 49 C3 0 45 12 7 13B 52 3D
Octal 355 111 303 0 105 22 7 473 122 75
Binary 11101101 1001001 11000011 0 1000101 10010 111 100111011 1010010 111101

Color Harmonies of #ED49C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED49C3

Black with #ED49C3

Text Example


Text Example

White with #ED49C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED49C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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