#EB47B4

Color #EB47B4 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #EB47B4

Tints of Brilliant Rose #EB47B4

Color information

#EB47B4 (or 0xEB47B4) is unknown color: approx Brilliant Rose. HEX triplet: EB, 47 and B4. RGB value is (235,71,180). Sum of RGB (Red+Green+Blue) = 235+71+180=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB47B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB47B4 is #14B84B. Grayscale: #848484. Windows color (decimal): -1357900 or 11814891. OLE color: 11814891.

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

Color convert

RGB23571180-
CMYK00.700.230.08
HSL320.12º80.39%60%-
HSV(B)320.12º69.79%92.16%-
XYZ44.7525.4645.74-
YUV132.46154.83201.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.35%
GREEN value IS 71 (28.12% from 255) = 14.61%
BLUE value IS 180 (70.70% from 255) = 37.04%
R=48.35%
G=14.61%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357118000.700.230.08320.1280.3960
HexEB47B4046178140503c
Octal3531072640106271050012074
Binary11101011100011110110100010001101011110001010000001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB47B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB47B4; }

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

 H1.HeaderClassName
 {
   color: #EB47B4;
 }
 .AnyTagClassName
 {
   color: #EB47B4;
 }
</style>
background-color css

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

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

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

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

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

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