Html Css Color HEX #EB4E8D French Rose

📋 copy color: '#EB4E8D'

red 235 ◦ green 78 ◦ blue 141

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

Shades of French Rose #EB4E8D

Tints of French Rose #EB4E8D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.18%

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

R = 51.76%
G = 17.18%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB4E8D (or 0xEB4E8D) is known color: French Rose. HEX triplet: EB, 4E and 8D. RGB value is (235,78,141). Sum of RGB (Red+Green+Blue) = 235+78+141=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4E8D is #14B172. Grayscale: #848484. Windows color (decimal): -1356147 or 9260779. OLE color: 9260779.

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

Color convert

RGB 235 78 141 -
CMYK 0 0.67 0.4 0.08
HSL 335.92º 0.8% 0.61% -
HSV(B) 335.92º 0.67% 0.92% -
XYZ 41.79 25.03 27.83 -
YUV 132.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 235 78 141 0 0.67 0.4 0.08 335.92 0.8 0.61
Hex EB 4E 8D 0 43 28 8 150 50 3D
Octal 353 116 215 0 103 50 10 520 120 75
Binary 11101011 1001110 10001101 0 1000011 101000 1000 101010000 1010000 111101

Color Harmonies of #EB4E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4E8D

Black with #EB4E8D

Text Example


Text Example

White with #EB4E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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