Html Css Color HEX #EB5D9B Brilliant Rose

📋 copy color: '#EB5D9B'

red 235 ◦ green 93 ◦ blue 155

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

Shades of Brilliant Rose #EB5D9B

Tints of Brilliant Rose #EB5D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.09%

R = 48.65%
G = 19.25%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB5D9B (or 0xEB5D9B) is known color: Brilliant Rose. HEX triplet: EB, 5D and 9B. RGB value is (235,93,155). Sum of RGB (Red+Green+Blue) = 235+93+155=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5D9B is #14A264. Grayscale: #8E8E8E. Windows color (decimal): -1352293 or 10182123. OLE color: 10182123.

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

Color convert

RGB 235 93 155 -
CMYK 0 0.60 0.34 0.08
HSL 333.8º 0.78% 0.64% -
HSV(B) 333.8º 0.6% 0.92% -
XYZ 44.09 27.86 34.06 -
YUV 142.53 135.04 193.96 -
System Red Green Blue C M Y K H S L
Decimal 235 93 155 0 0.60 0.34 0.08 333.8 0.78 0.64
Hex EB 5D 9B 0 3C 22 8 14E 4E 40
Octal 353 135 233 0 74 42 10 516 116 100
Binary 11101011 1011101 10011011 0 111100 100010 1000 101001110 1001110 1000000

Color Harmonies of #EB5D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D9B

Black with #EB5D9B

Text Example


Text Example

White with #EB5D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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