Html Css Color HEX #EB4E8C French Rose

📋 copy color: '#EB4E8C'

red 235 ◦ green 78 ◦ blue 140

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

Shades of French Rose #EB4E8C

Tints of French Rose #EB4E8C

RGB

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

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

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

R = 51.88%
G = 17.22%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB4E8C (or 0xEB4E8C) is known color: French Rose. HEX triplet: EB, 4E and 8C. RGB value is (235,78,140). Sum of RGB (Red+Green+Blue) = 235+78+140=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4E8C is #14B173. Grayscale: #838383. Windows color (decimal): -1356148 or 9195243. OLE color: 9195243.

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

Color convert

RGB 235 78 140 -
CMYK 0 0.67 0.40 0.08
HSL 336.31º 0.8% 0.61% -
HSV(B) 336.31º 0.67% 0.92% -
XYZ 41.72 25 27.44 -
YUV 132.01 132.51 201.46 -
System Red Green Blue C M Y K H S L
Decimal 235 78 140 0 0.67 0.40 0.08 336.31 0.8 0.61
Hex EB 4E 8C 0 43 28 8 150 50 3D
Octal 353 116 214 0 103 50 10 520 120 75
Binary 11101011 1001110 10001100 0 1000011 101000 1000 101010000 1010000 111101

Color Harmonies of #EB4E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4E8C

Black with #EB4E8C

Text Example


Text Example

White with #EB4E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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