Html Css Color HEX #EB538D French Rose

📋 copy color: '#EB538D'

red 235 ◦ green 83 ◦ blue 141

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

Shades of French Rose #EB538D

Tints of French Rose #EB538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.08%

 BLUE value IS 141 (55.47% from 255) = 30.72%

R = 51.2%
G = 18.08%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB538D (or 0xEB538D) is known color: French Rose. HEX triplet: EB, 53 and 8D. RGB value is (235,83,141). Sum of RGB (Red+Green+Blue) = 235+83+141=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB538D is #14AC72. Grayscale: #868686. Windows color (decimal): -1354867 or 9262059. OLE color: 9262059.

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

Color convert

RGB 235 83 141 -
CMYK 0 0.65 0.4 0.08
HSL 337.11º 0.79% 0.62% -
HSV(B) 337.11º 0.65% 0.92% -
XYZ 42.16 25.77 27.95 -
YUV 135.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 235 83 141 0 0.65 0.4 0.08 337.11 0.79 0.62
Hex EB 53 8D 0 41 28 8 151 4F 3E
Octal 353 123 215 0 101 50 10 521 117 76
Binary 11101011 1010011 10001101 0 1000001 101000 1000 101010001 1001111 111110

Color Harmonies of #EB538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB538D

Black with #EB538D

Text Example


Text Example

White with #EB538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB538D; }

 p { color: rgb(235,83,141); }

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

background-color css

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

 a { background-color: rgb(235,83,141); }

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

border-color css

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

 span { border-color: rgb(235,83,141); }

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