Html Css Color HEX #EB46A8 Brilliant Rose

📋 copy color: '#EB46A8'

red 235 ◦ green 70 ◦ blue 168

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

Shades of Brilliant Rose #EB46A8

Tints of Brilliant Rose #EB46A8

RGB

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

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

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

R = 49.68%
G = 14.8%
B = 35.52%

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

#EB46A8 (or 0xEB46A8) is known color: Brilliant Rose. HEX triplet: EB, 46 and A8. RGB value is (235,70,168). Sum of RGB (Red+Green+Blue) = 235+70+168=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB46A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB46A8 is #14B957. Grayscale: #828282. Windows color (decimal): -1358168 or 11028203. OLE color: 11028203.

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

Color convert

RGB 235 70 168 -
CMYK 0 0.70 0.29 0.08
HSL 324.36º 0.8% 0.6% -
HSV(B) 324.36º 0.7% 0.92% -
XYZ 43.52 24.87 39.55 -
YUV 130.51 149.16 202.53 -
System Red Green Blue C M Y K H S L
Decimal 235 70 168 0 0.70 0.29 0.08 324.36 0.8 0.6
Hex EB 46 A8 0 46 1D 8 144 50 3C
Octal 353 106 250 0 106 35 10 504 120 74
Binary 11101011 1000110 10101000 0 1000110 11101 1000 101000100 1010000 111100

Color Harmonies of #EB46A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB46A8

Black with #EB46A8

Text Example


Text Example

White with #EB46A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB46A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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