Html Css Color HEX #EB4C8D French Rose

📋 copy color: '#EB4C8D'

red 235 ◦ green 76 ◦ blue 141

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

Shades of French Rose #EB4C8D

Tints of French Rose #EB4C8D

RGB

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

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

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

R = 51.99%
G = 16.81%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB4C8D (or 0xEB4C8D) is known color: French Rose. HEX triplet: EB, 4C and 8D. RGB value is (235,76,141). Sum of RGB (Red+Green+Blue) = 235+76+141=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4C8D is #14B372. Grayscale: #828282. Windows color (decimal): -1356659 or 9260267. OLE color: 9260267.

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

Color convert

RGB 235 76 141 -
CMYK 0 0.68 0.4 0.08
HSL 335.47º 0.8% 0.61% -
HSV(B) 335.47º 0.68% 0.92% -
XYZ 41.65 24.75 27.78 -
YUV 130.95 133.68 202.21 -
System Red Green Blue C M Y K H S L
Decimal 235 76 141 0 0.68 0.4 0.08 335.47 0.8 0.61
Hex EB 4C 8D 0 44 28 8 14F 50 3D
Octal 353 114 215 0 104 50 10 517 120 75
Binary 11101011 1001100 10001101 0 1000100 101000 1000 101001111 1010000 111101

Color Harmonies of #EB4C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4C8D

Black with #EB4C8D

Text Example


Text Example

White with #EB4C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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