Html Css Color HEX #EF477D French Rose

📋 copy color: '#EF477D'

red 239 ◦ green 71 ◦ blue 125

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

Shades of French Rose #EF477D

Tints of French Rose #EF477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.32%

 BLUE value IS 125 (49.22% from 255) = 28.74%

R = 54.94%
G = 16.32%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF477D (or 0xEF477D) is known color: French Rose. HEX triplet: EF, 47 and 7D. RGB value is (239,71,125). Sum of RGB (Red+Green+Blue) = 239+71+125=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF477D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF477D is #10B882. Grayscale: #7F7F7F. Windows color (decimal): -1095811 or 8210415. OLE color: 8210415.

HSL color Cylindrical-coordinate representation of color #EF477D: hue angle of 340.71º 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 #EF477D is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 71 125 -
CMYK 0 0.70 0.48 0.06
HSL 340.71º 0.84% 0.61% -
HSV(B) 340.71º 0.7% 0.94% -
XYZ 41.55 24.34 21.91 -
YUV 127.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 239 71 125 0 0.70 0.48 0.06 340.71 0.84 0.61
Hex EF 47 7D 0 46 30 6 155 54 3D
Octal 357 107 175 0 106 60 6 525 124 75
Binary 11101111 1000111 1111101 0 1000110 110000 110 101010101 1010100 111101

Color Harmonies of #EF477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF477D

Black with #EF477D

Text Example


Text Example

White with #EF477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF477D; }

 p { color: rgb(239,71,125); }

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

background-color css

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

 a { background-color: rgb(239,71,125); }

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

border-color css

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

 span { border-color: rgb(239,71,125); }

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