Html Css Color HEX #EB4C8C French Rose

📋 copy color: '#EB4C8C'

red 235 ◦ green 76 ◦ blue 140

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

Shades of French Rose #EB4C8C

Tints of French Rose #EB4C8C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.85%

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

R = 52.11%
G = 16.85%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB4C8C (or 0xEB4C8C) is known color: French Rose. HEX triplet: EB, 4C and 8C. RGB value is (235,76,140). Sum of RGB (Red+Green+Blue) = 235+76+140=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4C8C is #14B373. Grayscale: #828282. Windows color (decimal): -1356660 or 9194731. OLE color: 9194731.

HSL color Cylindrical-coordinate representation of color #EB4C8C: hue angle of 335.85º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB4C8C is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 76 140 -
CMYK 0 0.68 0.40 0.08
HSL 335.85º 0.8% 0.61% -
HSV(B) 335.85º 0.68% 0.92% -
XYZ 41.58 24.72 27.39 -
YUV 130.84 133.18 202.3 -
System Red Green Blue C M Y K H S L
Decimal 235 76 140 0 0.68 0.40 0.08 335.85 0.8 0.61
Hex EB 4C 8C 0 44 28 8 150 50 3D
Octal 353 114 214 0 104 50 10 520 120 75
Binary 11101011 1001100 10001100 0 1000100 101000 1000 101010000 1010000 111101

Color Harmonies of #EB4C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C8C

Black with #EB4C8C

Text Example


Text Example

White with #EB4C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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