Html Css Color HEX #EB528C French Rose

📋 copy color: '#EB528C'

red 235 ◦ green 82 ◦ blue 140

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

Shades of French Rose #EB528C

Tints of French Rose #EB528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.94%

 BLUE value IS 140 (55.08% from 255) = 30.63%

R = 51.42%
G = 17.94%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB528C (or 0xEB528C) is known color: French Rose. HEX triplet: EB, 52 and 8C. RGB value is (235,82,140). Sum of RGB (Red+Green+Blue) = 235+82+140=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB528C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB528C is #14AD73. Grayscale: #868686. Windows color (decimal): -1355124 or 9196267. OLE color: 9196267.

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

Color convert

RGB 235 82 140 -
CMYK 0 0.65 0.40 0.08
HSL 337.25º 0.79% 0.62% -
HSV(B) 337.25º 0.65% 0.92% -
XYZ 42.01 25.59 27.54 -
YUV 134.36 131.19 199.78 -
System Red Green Blue C M Y K H S L
Decimal 235 82 140 0 0.65 0.40 0.08 337.25 0.79 0.62
Hex EB 52 8C 0 41 28 8 151 4F 3E
Octal 353 122 214 0 101 50 10 521 117 76
Binary 11101011 1010010 10001100 0 1000001 101000 1000 101010001 1001111 111110

Color Harmonies of #EB528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB528C

Black with #EB528C

Text Example


Text Example

White with #EB528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB528C; }

 p { color: rgb(235,82,140); }

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

background-color css

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

 a { background-color: rgb(235,82,140); }

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

border-color css

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

 span { border-color: rgb(235,82,140); }

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