Html Css Color HEX #EB48A0 Brilliant Rose

📋 copy color: '#EB48A0'

red 235 ◦ green 72 ◦ blue 160

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

Shades of Brilliant Rose #EB48A0

Tints of Brilliant Rose #EB48A0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.42%

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

R = 50.32%
G = 15.42%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB48A0 (or 0xEB48A0) is known color: Brilliant Rose. HEX triplet: EB, 48 and A0. RGB value is (235,72,160). Sum of RGB (Red+Green+Blue) = 235+72+160=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB48A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB48A0 is #14B75F. Grayscale: #828282. Windows color (decimal): -1357664 or 10504427. OLE color: 10504427.

HSL color Cylindrical-coordinate representation of color #EB48A0: hue angle of 327.61º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB48A0 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 72 160 -
CMYK 0 0.69 0.32 0.08
HSL 327.61º 0.8% 0.6% -
HSV(B) 327.61º 0.69% 0.92% -
XYZ 42.92 24.83 35.79 -
YUV 130.77 144.5 202.34 -
System Red Green Blue C M Y K H S L
Decimal 235 72 160 0 0.69 0.32 0.08 327.61 0.8 0.6
Hex EB 48 A0 0 45 20 8 148 50 3C
Octal 353 110 240 0 105 40 10 510 120 74
Binary 11101011 1001000 10100000 0 1000101 100000 1000 101001000 1010000 111100

Color Harmonies of #EB48A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB48A0

Black with #EB48A0

Text Example


Text Example

White with #EB48A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB48A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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