Html Css Color HEX #ED49C4 Razzle Dazzle Rose

📋 copy color: '#ED49C4'

red 237 ◦ green 73 ◦ blue 196

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

Shades of Razzle Dazzle Rose #ED49C4

Tints of Razzle Dazzle Rose #ED49C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 46.84%
G = 14.43%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED49C4 (or 0xED49C4) is known color: Razzle Dazzle Rose. HEX triplet: ED, 49 and C4. RGB value is (237,73,196). Sum of RGB (Red+Green+Blue) = 237+73+196=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED49C4 is #12B63B. Grayscale: #878787. Windows color (decimal): -1226300 or 12863981. OLE color: 12863981.

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

Color convert

RGB 237 73 196 -
CMYK 0 0.69 0.17 0.07
HSL 315º 0.82% 0.61% -
HSV(B) 315º 0.69% 0.93% -
XYZ 47.27 26.76 54.9 -
YUV 136.06 161.83 200 -
System Red Green Blue C M Y K H S L
Decimal 237 73 196 0 0.69 0.17 0.07 315 0.82 0.61
Hex ED 49 C4 0 45 11 7 13B 52 3D
Octal 355 111 304 0 105 21 7 473 122 75
Binary 11101101 1001001 11000100 0 1000101 10001 111 100111011 1010010 111101

Color Harmonies of #ED49C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED49C4

Black with #ED49C4

Text Example


Text Example

White with #ED49C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED49C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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