Html Css Color HEX #EB479E Brilliant Rose

📋 copy color: '#EB479E'

red 235 ◦ green 71 ◦ blue 158

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

Shades of Brilliant Rose #EB479E

Tints of Brilliant Rose #EB479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.05%

R = 50.65%
G = 15.3%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB479E (or 0xEB479E) is known color: Brilliant Rose. HEX triplet: EB, 47 and 9E. RGB value is (235,71,158). Sum of RGB (Red+Green+Blue) = 235+71+158=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB479E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB479E is #14B861. Grayscale: #818181. Windows color (decimal): -1357922 or 10373099. OLE color: 10373099.

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

Color convert

RGB 235 71 158 -
CMYK 0 0.70 0.33 0.08
HSL 328.17º 0.8% 0.6% -
HSV(B) 328.17º 0.7% 0.92% -
XYZ 42.69 24.64 34.85 -
YUV 129.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 235 71 158 0 0.70 0.33 0.08 328.17 0.8 0.6
Hex EB 47 9E 0 46 21 8 148 50 3C
Octal 353 107 236 0 106 41 10 510 120 74
Binary 11101011 1000111 10011110 0 1000110 100001 1000 101001000 1010000 111100

Color Harmonies of #EB479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB479E

Black with #EB479E

Text Example


Text Example

White with #EB479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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