Html Css Color HEX #EB47A8 Brilliant Rose

📋 copy color: '#EB47A8'

red 235 ◦ green 71 ◦ blue 168

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

Shades of Brilliant Rose #EB47A8

Tints of Brilliant Rose #EB47A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.44%

R = 49.58%
G = 14.98%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB47A8 (or 0xEB47A8) is known color: Brilliant Rose. HEX triplet: EB, 47 and A8. RGB value is (235,71,168). Sum of RGB (Red+Green+Blue) = 235+71+168=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB47A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB47A8 is #14B857. Grayscale: #828282. Windows color (decimal): -1357912 or 11028459. OLE color: 11028459.

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

Color convert

RGB 235 71 168 -
CMYK 0 0.70 0.29 0.08
HSL 324.51º 0.8% 0.6% -
HSV(B) 324.51º 0.7% 0.92% -
XYZ 43.58 25 39.57 -
YUV 131.09 148.83 202.11 -
System Red Green Blue C M Y K H S L
Decimal 235 71 168 0 0.70 0.29 0.08 324.51 0.8 0.6
Hex EB 47 A8 0 46 1D 8 145 50 3C
Octal 353 107 250 0 106 35 10 505 120 74
Binary 11101011 1000111 10101000 0 1000110 11101 1000 101000101 1010000 111100

Color Harmonies of #EB47A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB47A8

Black with #EB47A8

Text Example


Text Example

White with #EB47A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB47A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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