Html Css Color HEX #EB519F Brilliant Rose

📋 copy color: '#EB519F'

red 235 ◦ green 81 ◦ blue 159

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

Shades of Brilliant Rose #EB519F

Tints of Brilliant Rose #EB519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.47%

R = 49.47%
G = 17.05%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB519F (or 0xEB519F) is known color: Brilliant Rose. HEX triplet: EB, 51 and 9F. RGB value is (235,81,159). Sum of RGB (Red+Green+Blue) = 235+81+159=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB519F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB519F is #14AE60. Grayscale: #878787. Windows color (decimal): -1355361 or 10441195. OLE color: 10441195.

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

Color convert

RGB 235 81 159 -
CMYK 0 0.66 0.32 0.08
HSL 329.61º 0.79% 0.62% -
HSV(B) 329.61º 0.66% 0.92% -
XYZ 43.46 26.05 35.54 -
YUV 135.94 141.02 198.66 -
System Red Green Blue C M Y K H S L
Decimal 235 81 159 0 0.66 0.32 0.08 329.61 0.79 0.62
Hex EB 51 9F 0 42 20 8 14A 4F 3E
Octal 353 121 237 0 102 40 10 512 117 76
Binary 11101011 1010001 10011111 0 1000010 100000 1000 101001010 1001111 111110

Color Harmonies of #EB519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB519F

Black with #EB519F

Text Example


Text Example

White with #EB519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB519F; }

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

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

background-color css

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

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

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

border-color css

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

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

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