Html Css Color HEX #EB4F90 French Rose

📋 copy color: '#EB4F90'

red 235 ◦ green 79 ◦ blue 144

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

Shades of French Rose #EB4F90

Tints of French Rose #EB4F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.25%

 BLUE value IS 144 (56.64% from 255) = 31.44%

R = 51.31%
G = 17.25%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB4F90 (or 0xEB4F90) is known color: French Rose. HEX triplet: EB, 4F and 90. RGB value is (235,79,144). Sum of RGB (Red+Green+Blue) = 235+79+144=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4F90 is #14B06F. Grayscale: #848484. Windows color (decimal): -1355888 or 9457643. OLE color: 9457643.

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

Color convert

RGB 235 79 144 -
CMYK 0 0.66 0.39 0.08
HSL 335º 0.8% 0.62% -
HSV(B) 335º 0.66% 0.92% -
XYZ 42.09 25.27 29.04 -
YUV 133.05 134.18 200.71 -
System Red Green Blue C M Y K H S L
Decimal 235 79 144 0 0.66 0.39 0.08 335 0.8 0.62
Hex EB 4F 90 0 42 27 8 14F 50 3E
Octal 353 117 220 0 102 47 10 517 120 76
Binary 11101011 1001111 10010000 0 1000010 100111 1000 101001111 1010000 111110

Color Harmonies of #EB4F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4F90

Black with #EB4F90

Text Example


Text Example

White with #EB4F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4F90; }

 p { color: rgb(235,79,144); }

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

background-color css

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

 a { background-color: rgb(235,79,144); }

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

border-color css

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

 span { border-color: rgb(235,79,144); }

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