Html Css Color HEX #EF4890 French Rose

📋 copy color: '#EF4890'

red 239 ◦ green 72 ◦ blue 144

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

Shades of French Rose #EF4890

Tints of French Rose #EF4890

RGB

 RED value IS 239 (93.75% from 255) = 52.53%

 GREEN value IS 72 (28.52% from 255) = 15.82%

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

R = 52.53%
G = 15.82%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF4890 (or 0xEF4890) is known color: French Rose. HEX triplet: EF, 48 and 90. RGB value is (239,72,144). Sum of RGB (Red+Green+Blue) = 239+72+144=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4890 is #10B76F. Grayscale: #828282. Windows color (decimal): -1095536 or 9455855. OLE color: 9455855.

HSL color Cylindrical-coordinate representation of color #EF4890: hue angle of 334.13º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4890 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 72 144 -
CMYK 0 0.70 0.40 0.06
HSL 334.13º 0.84% 0.61% -
HSV(B) 334.13º 0.7% 0.94% -
XYZ 42.95 25 28.95 -
YUV 130.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 239 72 144 0 0.70 0.40 0.06 334.13 0.84 0.61
Hex EF 48 90 0 46 28 6 14E 54 3D
Octal 357 110 220 0 106 50 6 516 124 75
Binary 11101111 1001000 10010000 0 1000110 101000 110 101001110 1010100 111101

Color Harmonies of #EF4890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4890

Black with #EF4890

Text Example


Text Example

White with #EF4890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4890; }

 p { color: rgb(239,72,144); }

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

background-color css

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

 a { background-color: rgb(239,72,144); }

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

border-color css

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

 span { border-color: rgb(239,72,144); }

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