Html Css Color HEX #EB46A0 Brilliant Rose

📋 copy color: '#EB46A0'

red 235 ◦ green 70 ◦ blue 160

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

Shades of Brilliant Rose #EB46A0

Tints of Brilliant Rose #EB46A0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.05%

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

R = 50.54%
G = 15.05%
B = 34.41%

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

#EB46A0 (or 0xEB46A0) is known color: Brilliant Rose. HEX triplet: EB, 46 and A0. RGB value is (235,70,160). Sum of RGB (Red+Green+Blue) = 235+70+160=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB46A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB46A0 is #14B95F. Grayscale: #818181. Windows color (decimal): -1358176 or 10503915. OLE color: 10503915.

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

Color convert

RGB 235 70 160 -
CMYK 0 0.70 0.32 0.08
HSL 327.27º 0.8% 0.6% -
HSV(B) 327.27º 0.7% 0.92% -
XYZ 42.8 24.58 35.75 -
YUV 129.6 145.16 203.18 -
System Red Green Blue C M Y K H S L
Decimal 235 70 160 0 0.70 0.32 0.08 327.27 0.8 0.6
Hex EB 46 A0 0 46 20 8 147 50 3C
Octal 353 106 240 0 106 40 10 507 120 74
Binary 11101011 1000110 10100000 0 1000110 100000 1000 101000111 1010000 111100

Color Harmonies of #EB46A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB46A0

Black with #EB46A0

Text Example


Text Example

White with #EB46A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB46A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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