Html Css Color HEX #EB47A0 Brilliant Rose

📋 copy color: '#EB47A0'

red 235 ◦ green 71 ◦ blue 160

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

Shades of Brilliant Rose #EB47A0

Tints of Brilliant Rose #EB47A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 50.43%
G = 15.24%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB47A0 (or 0xEB47A0) is known color: Brilliant Rose. HEX triplet: EB, 47 and A0. RGB value is (235,71,160). Sum of RGB (Red+Green+Blue) = 235+71+160=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB47A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB47A0 is #14B85F. Grayscale: #818181. Windows color (decimal): -1357920 or 10504171. OLE color: 10504171.

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

Color convert

RGB 235 71 160 -
CMYK 0 0.70 0.32 0.08
HSL 327.44º 0.8% 0.6% -
HSV(B) 327.44º 0.7% 0.92% -
XYZ 42.86 24.71 35.77 -
YUV 130.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 235 71 160 0 0.70 0.32 0.08 327.44 0.8 0.6
Hex EB 47 A0 0 46 20 8 147 50 3C
Octal 353 107 240 0 106 40 10 507 120 74
Binary 11101011 1000111 10100000 0 1000110 100000 1000 101000111 1010000 111100

Color Harmonies of #EB47A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB47A0

Black with #EB47A0

Text Example


Text Example

White with #EB47A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB47A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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