Html Css Color HEX #ED47C0 Razzle Dazzle Rose

📋 copy color: '#ED47C0'

red 237 ◦ green 71 ◦ blue 192

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

Shades of Razzle Dazzle Rose #ED47C0

Tints of Razzle Dazzle Rose #ED47C0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.2%

 BLUE value IS 192 (75.39% from 255) = 38.4%

R = 47.4%
G = 14.2%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED47C0 (or 0xED47C0) is known color: Razzle Dazzle Rose. HEX triplet: ED, 47 and C0. RGB value is (237,71,192). Sum of RGB (Red+Green+Blue) = 237+71+192=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED47C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED47C0 is #12B83F. Grayscale: #868686. Windows color (decimal): -1226816 or 12601325. OLE color: 12601325.

HSL color Cylindrical-coordinate representation of color #ED47C0: hue angle of 316.27º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED47C0 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 71 192 -
CMYK 0 0.70 0.19 0.07
HSL 316.27º 0.82% 0.6% -
HSV(B) 316.27º 0.7% 0.93% -
XYZ 46.69 26.32 52.49 -
YUV 134.43 160.5 201.16 -
System Red Green Blue C M Y K H S L
Decimal 237 71 192 0 0.70 0.19 0.07 316.27 0.82 0.6
Hex ED 47 C0 0 46 13 7 13C 52 3C
Octal 355 107 300 0 106 23 7 474 122 74
Binary 11101101 1000111 11000000 0 1000110 10011 111 100111100 1010010 111100

Color Harmonies of #ED47C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED47C0

Black with #ED47C0

Text Example


Text Example

White with #ED47C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED47C0; }

 p { color: rgb(237,71,192); }

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

background-color css

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

 a { background-color: rgb(237,71,192); }

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

border-color css

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

 span { border-color: rgb(237,71,192); }

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