Html Css Color HEX #EB4D8F French Rose

📋 copy color: '#EB4D8F'

red 235 ◦ green 77 ◦ blue 143

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

Shades of French Rose #EB4D8F

Tints of French Rose #EB4D8F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.92%

 BLUE value IS 143 (56.25% from 255) = 31.43%

R = 51.65%
G = 16.92%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB4D8F (or 0xEB4D8F) is known color: French Rose. HEX triplet: EB, 4D and 8F. RGB value is (235,77,143). Sum of RGB (Red+Green+Blue) = 235+77+143=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4D8F is #14B270. Grayscale: #838383. Windows color (decimal): -1356401 or 9391595. OLE color: 9391595.

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

Color convert

RGB 235 77 143 -
CMYK 0 0.67 0.39 0.08
HSL 334.94º 0.8% 0.61% -
HSV(B) 334.94º 0.67% 0.92% -
XYZ 41.87 24.95 28.6 -
YUV 131.77 134.35 201.63 -
System Red Green Blue C M Y K H S L
Decimal 235 77 143 0 0.67 0.39 0.08 334.94 0.8 0.61
Hex EB 4D 8F 0 43 27 8 14F 50 3D
Octal 353 115 217 0 103 47 10 517 120 75
Binary 11101011 1001101 10001111 0 1000011 100111 1000 101001111 1010000 111101

Color Harmonies of #EB4D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D8F

Black with #EB4D8F

Text Example


Text Example

White with #EB4D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D8F; }

 p { color: rgb(235,77,143); }

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

background-color css

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

 a { background-color: rgb(235,77,143); }

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

border-color css

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

 span { border-color: rgb(235,77,143); }

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