Html Css Color HEX #EB509B Brilliant Rose

📋 copy color: '#EB509B'

red 235 ◦ green 80 ◦ blue 155

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

Shades of Brilliant Rose #EB509B

Tints of Brilliant Rose #EB509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.02%

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

R = 50%
G = 17.02%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB509B (or 0xEB509B) is known color: Brilliant Rose. HEX triplet: EB, 50 and 9B. RGB value is (235,80,155). Sum of RGB (Red+Green+Blue) = 235+80+155=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB509B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB509B is #14AF64. Grayscale: #868686. Windows color (decimal): -1355621 or 10178795. OLE color: 10178795.

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

Color convert

RGB 235 80 155 -
CMYK 0 0.66 0.34 0.08
HSL 330.97º 0.79% 0.62% -
HSV(B) 330.97º 0.66% 0.92% -
XYZ 43.05 25.77 33.71 -
YUV 134.9 139.35 199.4 -
System Red Green Blue C M Y K H S L
Decimal 235 80 155 0 0.66 0.34 0.08 330.97 0.79 0.62
Hex EB 50 9B 0 42 22 8 14B 4F 3E
Octal 353 120 233 0 102 42 10 513 117 76
Binary 11101011 1010000 10011011 0 1000010 100010 1000 101001011 1001111 111110

Color Harmonies of #EB509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB509B

Black with #EB509B

Text Example


Text Example

White with #EB509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB509B; }

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

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

background-color css

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

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

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

border-color css

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

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

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