Html Css Color HEX #EB47C0 Razzle Dazzle Rose

📋 copy color: '#EB47C0'

red 235 ◦ green 71 ◦ blue 192

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

Shades of Razzle Dazzle Rose #EB47C0

Tints of Razzle Dazzle Rose #EB47C0

RGB

 RED value IS 235 (92.19% from 255) = 47.19%

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

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

R = 47.19%
G = 14.26%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB47C0 (or 0xEB47C0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 47 and C0. RGB value is (235,71,192). Sum of RGB (Red+Green+Blue) = 235+71+192=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB47C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB47C0 is #14B83F. Grayscale: #858585. Windows color (decimal): -1357888 or 12601323. OLE color: 12601323.

HSL color Cylindrical-coordinate representation of color #EB47C0: hue angle of 315.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB47C0 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 71 192 -
CMYK 0 0.70 0.18 0.08
HSL 315.73º 0.8% 0.6% -
HSV(B) 315.73º 0.7% 0.92% -
XYZ 46.03 25.97 52.46 -
YUV 133.83 160.83 200.16 -
System Red Green Blue C M Y K H S L
Decimal 235 71 192 0 0.70 0.18 0.08 315.73 0.8 0.6
Hex EB 47 C0 0 46 12 8 13C 50 3C
Octal 353 107 300 0 106 22 10 474 120 74
Binary 11101011 1000111 11000000 0 1000110 10010 1000 100111100 1010000 111100

Color Harmonies of #EB47C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB47C0

Black with #EB47C0

Text Example


Text Example

White with #EB47C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB47C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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