Html Css Color HEX #EB47C8 Razzle Dazzle Rose

📋 copy color: '#EB47C8'

red 235 ◦ green 71 ◦ blue 200

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

Shades of Razzle Dazzle Rose #EB47C8

Tints of Razzle Dazzle Rose #EB47C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.53%

R = 46.44%
G = 14.03%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB47C8 (or 0xEB47C8) is known color: Razzle Dazzle Rose. HEX triplet: EB, 47 and C8. RGB value is (235,71,200). Sum of RGB (Red+Green+Blue) = 235+71+200=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB47C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB47C8 is #14B837. Grayscale: #868686. Windows color (decimal): -1357880 or 13125611. OLE color: 13125611.

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

Color convert

RGB 235 71 200 -
CMYK 0 0.70 0.15 0.08
HSL 312.8º 0.8% 0.6% -
HSV(B) 312.8º 0.7% 0.92% -
XYZ 46.94 26.34 57.25 -
YUV 134.74 164.83 199.51 -
System Red Green Blue C M Y K H S L
Decimal 235 71 200 0 0.70 0.15 0.08 312.8 0.8 0.6
Hex EB 47 C8 0 46 F 8 139 50 3C
Octal 353 107 310 0 106 17 10 471 120 74
Binary 11101011 1000111 11001000 0 1000110 1111 1000 100111001 1010000 111100

Color Harmonies of #EB47C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB47C8

Black with #EB47C8

Text Example


Text Example

White with #EB47C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB47C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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