Html Css Color HEX #EB489D Brilliant Rose

📋 copy color: '#EB489D'

red 235 ◦ green 72 ◦ blue 157

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

Shades of Brilliant Rose #EB489D

Tints of Brilliant Rose #EB489D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.84%

R = 50.65%
G = 15.52%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB489D (or 0xEB489D) is known color: Brilliant Rose. HEX triplet: EB, 48 and 9D. RGB value is (235,72,157). Sum of RGB (Red+Green+Blue) = 235+72+157=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB489D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB489D is #14B762. Grayscale: #828282. Windows color (decimal): -1357667 or 10307819. OLE color: 10307819.

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

Color convert

RGB 235 72 157 -
CMYK 0 0.69 0.33 0.08
HSL 328.71º 0.8% 0.6% -
HSV(B) 328.71º 0.69% 0.92% -
XYZ 42.66 24.73 34.42 -
YUV 130.43 143 202.59 -
System Red Green Blue C M Y K H S L
Decimal 235 72 157 0 0.69 0.33 0.08 328.71 0.8 0.6
Hex EB 48 9D 0 45 21 8 149 50 3C
Octal 353 110 235 0 105 41 10 511 120 74
Binary 11101011 1001000 10011101 0 1000101 100001 1000 101001001 1010000 111100

Color Harmonies of #EB489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB489D

Black with #EB489D

Text Example


Text Example

White with #EB489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB489D; }

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

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

background-color css

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

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

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

border-color css

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

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

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