Html Css Color HEX #EB599D Brilliant Rose

📋 copy color: '#EB599D'

red 235 ◦ green 89 ◦ blue 157

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

Shades of Brilliant Rose #EB599D

Tints of Brilliant Rose #EB599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.5%

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

R = 48.86%
G = 18.5%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB599D (or 0xEB599D) is known color: Brilliant Rose. HEX triplet: EB, 59 and 9D. RGB value is (235,89,157). Sum of RGB (Red+Green+Blue) = 235+89+157=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB599D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB599D is #14A662. Grayscale: #8C8C8C. Windows color (decimal): -1353315 or 10312171. OLE color: 10312171.

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

Color convert

RGB 235 89 157 -
CMYK 0 0.62 0.33 0.08
HSL 332.05º 0.78% 0.64% -
HSV(B) 332.05º 0.62% 0.92% -
XYZ 43.92 27.24 34.84 -
YUV 140.41 137.37 195.47 -
System Red Green Blue C M Y K H S L
Decimal 235 89 157 0 0.62 0.33 0.08 332.05 0.78 0.64
Hex EB 59 9D 0 3E 21 8 14C 4E 40
Octal 353 131 235 0 76 41 10 514 116 100
Binary 11101011 1011001 10011101 0 111110 100001 1000 101001100 1001110 1000000

Color Harmonies of #EB599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB599D

Black with #EB599D

Text Example


Text Example

White with #EB599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB599D; }

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

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

background-color css

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

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

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

border-color css

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

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

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