Html Css Color HEX #EB519B Brilliant Rose

📋 copy color: '#EB519B'

red 235 ◦ green 81 ◦ blue 155

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

Shades of Brilliant Rose #EB519B

Tints of Brilliant Rose #EB519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.2%

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

R = 49.89%
G = 17.2%
B = 32.91%

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

#EB519B (or 0xEB519B) is known color: Brilliant Rose. HEX triplet: EB, 51 and 9B. RGB value is (235,81,155). Sum of RGB (Red+Green+Blue) = 235+81+155=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB519B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB519B is #14AE64. Grayscale: #878787. Windows color (decimal): -1355365 or 10179051. OLE color: 10179051.

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

Color convert

RGB 235 81 155 -
CMYK 0 0.66 0.34 0.08
HSL 331.17º 0.79% 0.62% -
HSV(B) 331.17º 0.66% 0.92% -
XYZ 43.12 25.91 33.74 -
YUV 135.48 139.02 198.98 -
System Red Green Blue C M Y K H S L
Decimal 235 81 155 0 0.66 0.34 0.08 331.17 0.79 0.62
Hex EB 51 9B 0 42 22 8 14B 4F 3E
Octal 353 121 233 0 102 42 10 513 117 76
Binary 11101011 1010001 10011011 0 1000010 100010 1000 101001011 1001111 111110

Color Harmonies of #EB519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB519B

Black with #EB519B

Text Example


Text Example

White with #EB519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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