Html Css Color HEX #EB518F French Rose

📋 copy color: '#EB518F'

red 235 ◦ green 81 ◦ blue 143

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

Shades of French Rose #EB518F

Tints of French Rose #EB518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.15%

R = 51.2%
G = 17.65%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB518F (or 0xEB518F) is known color: French Rose. HEX triplet: EB, 51 and 8F. RGB value is (235,81,143). Sum of RGB (Red+Green+Blue) = 235+81+143=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB518F is #14AE70. Grayscale: #868686. Windows color (decimal): -1355377 or 9392619. OLE color: 9392619.

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

Color convert

RGB 235 81 143 -
CMYK 0 0.66 0.39 0.08
HSL 335.84º 0.79% 0.62% -
HSV(B) 335.84º 0.66% 0.92% -
XYZ 42.16 25.53 28.69 -
YUV 134.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 235 81 143 0 0.66 0.39 0.08 335.84 0.79 0.62
Hex EB 51 8F 0 42 27 8 150 4F 3E
Octal 353 121 217 0 102 47 10 520 117 76
Binary 11101011 1010001 10001111 0 1000010 100111 1000 101010000 1001111 111110

Color Harmonies of #EB518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB518F

Black with #EB518F

Text Example


Text Example

White with #EB518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB518F; }

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

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

background-color css

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

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

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

border-color css

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

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

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