Html Css Color HEX #EB5D99 Brilliant Rose

📋 copy color: '#EB5D99'

red 235 ◦ green 93 ◦ blue 153

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

Shades of Brilliant Rose #EB5D99

Tints of Brilliant Rose #EB5D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.33%

 BLUE value IS 153 (60.16% from 255) = 31.81%

R = 48.86%
G = 19.33%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB5D99 (or 0xEB5D99) is known color: Brilliant Rose. HEX triplet: EB, 5D and 99. RGB value is (235,93,153). Sum of RGB (Red+Green+Blue) = 235+93+153=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5D99 is #14A266. Grayscale: #8E8E8E. Windows color (decimal): -1352295 or 10051051. OLE color: 10051051.

HSL color Cylindrical-coordinate representation of color #EB5D99: hue angle of 334.65º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5D99 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 93 153 -
CMYK 0 0.60 0.35 0.08
HSL 334.65º 0.78% 0.64% -
HSV(B) 334.65º 0.6% 0.92% -
XYZ 43.93 27.79 33.19 -
YUV 142.3 134.04 194.12 -
System Red Green Blue C M Y K H S L
Decimal 235 93 153 0 0.60 0.35 0.08 334.65 0.78 0.64
Hex EB 5D 99 0 3C 23 8 14F 4E 40
Octal 353 135 231 0 74 43 10 517 116 100
Binary 11101011 1011101 10011001 0 111100 100011 1000 101001111 1001110 1000000

Color Harmonies of #EB5D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D99

Black with #EB5D99

Text Example


Text Example

White with #EB5D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D99; }

 p { color: rgb(235,93,153); }

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

background-color css

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

 a { background-color: rgb(235,93,153); }

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

border-color css

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

 span { border-color: rgb(235,93,153); }

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