Html Css Color HEX #EB47C2 Razzle Dazzle Rose

📋 copy color: '#EB47C2'

red 235 ◦ green 71 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EB47C2

Tints of Razzle Dazzle Rose #EB47C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.8%

R = 47%
G = 14.2%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB47C2 (or 0xEB47C2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 47 and C2. RGB value is (235,71,194). Sum of RGB (Red+Green+Blue) = 235+71+194=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB47C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB47C2 is #14B83D. Grayscale: #858585. Windows color (decimal): -1357886 or 12732395. OLE color: 12732395.

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

Color convert

RGB 235 71 194 -
CMYK 0 0.70 0.17 0.08
HSL 315º 0.8% 0.6% -
HSV(B) 315º 0.7% 0.92% -
XYZ 46.25 26.06 53.63 -
YUV 134.06 161.83 200 -
System Red Green Blue C M Y K H S L
Decimal 235 71 194 0 0.70 0.17 0.08 315 0.8 0.6
Hex EB 47 C2 0 46 11 8 13B 50 3C
Octal 353 107 302 0 106 21 10 473 120 74
Binary 11101011 1000111 11000010 0 1000110 10001 1000 100111011 1010000 111100

Color Harmonies of #EB47C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB47C2

Black with #EB47C2

Text Example


Text Example

White with #EB47C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB47C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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