Html Css Color HEX #EF4F89 French Rose

📋 copy color: '#EF4F89'

red 239 ◦ green 79 ◦ blue 137

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

Shades of French Rose #EF4F89

Tints of French Rose #EF4F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.11%

R = 52.53%
G = 17.36%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF4F89 (or 0xEF4F89) is known color: French Rose. HEX triplet: EF, 4F and 89. RGB value is (239,79,137). Sum of RGB (Red+Green+Blue) = 239+79+137=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4F89 is #10B076. Grayscale: #858585. Windows color (decimal): -1093751 or 8998895. OLE color: 8998895.

HSL color Cylindrical-coordinate representation of color #EF4F89: hue angle of 338.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4F89 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 79 137 -
CMYK 0 0.67 0.43 0.06
HSL 338.25º 0.83% 0.62% -
HSV(B) 338.25º 0.67% 0.94% -
XYZ 42.91 25.75 26.38 -
YUV 133.45 130.01 203.28 -
System Red Green Blue C M Y K H S L
Decimal 239 79 137 0 0.67 0.43 0.06 338.25 0.83 0.62
Hex EF 4F 89 0 43 2B 6 152 53 3E
Octal 357 117 211 0 103 53 6 522 123 76
Binary 11101111 1001111 10001001 0 1000011 101011 110 101010010 1010011 111110

Color Harmonies of #EF4F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4F89

Black with #EF4F89

Text Example


Text Example

White with #EF4F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4F89; }

 p { color: rgb(239,79,137); }

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

background-color css

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

 a { background-color: rgb(239,79,137); }

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

border-color css

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

 span { border-color: rgb(239,79,137); }

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