Html Css Color HEX #EB4998 French Rose

📋 copy color: '#EB4998'

red 235 ◦ green 73 ◦ blue 152

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

Shades of French Rose #EB4998

Tints of French Rose #EB4998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.87%

 BLUE value IS 152 (59.77% from 255) = 33.04%

R = 51.09%
G = 15.87%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB4998 (or 0xEB4998) is known color: French Rose. HEX triplet: EB, 49 and 98. RGB value is (235,73,152). Sum of RGB (Red+Green+Blue) = 235+73+152=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4998 is #14B667. Grayscale: #828282. Windows color (decimal): -1357416 or 9980395. OLE color: 9980395.

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

Color convert

RGB 235 73 152 -
CMYK 0 0.69 0.35 0.08
HSL 330.74º 0.8% 0.6% -
HSV(B) 330.74º 0.69% 0.92% -
XYZ 42.31 24.69 32.24 -
YUV 130.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 235 73 152 0 0.69 0.35 0.08 330.74 0.8 0.6
Hex EB 49 98 0 45 23 8 14B 50 3C
Octal 353 111 230 0 105 43 10 513 120 74
Binary 11101011 1001001 10011000 0 1000101 100011 1000 101001011 1010000 111100

Color Harmonies of #EB4998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4998

Black with #EB4998

Text Example


Text Example

White with #EB4998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4998; }

 p { color: rgb(235,73,152); }

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

background-color css

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

 a { background-color: rgb(235,73,152); }

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

border-color css

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

 span { border-color: rgb(235,73,152); }

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