Html Css Color HEX #EF478B French Rose

📋 copy color: '#EF478B'

red 239 ◦ green 71 ◦ blue 139

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

Shades of French Rose #EF478B

Tints of French Rose #EF478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.96%

R = 53.23%
G = 15.81%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF478B (or 0xEF478B) is known color: French Rose. HEX triplet: EF, 47 and 8B. RGB value is (239,71,139). Sum of RGB (Red+Green+Blue) = 239+71+139=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF478B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF478B is #10B874. Grayscale: #808080. Windows color (decimal): -1095797 or 9127919. OLE color: 9127919.

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

Color convert

RGB 239 71 139 -
CMYK 0 0.70 0.42 0.06
HSL 335.71º 0.84% 0.61% -
HSV(B) 335.71º 0.7% 0.94% -
XYZ 42.51 24.72 26.96 -
YUV 128.98 133.66 206.47 -
System Red Green Blue C M Y K H S L
Decimal 239 71 139 0 0.70 0.42 0.06 335.71 0.84 0.61
Hex EF 47 8B 0 46 2A 6 150 54 3D
Octal 357 107 213 0 106 52 6 520 124 75
Binary 11101111 1000111 10001011 0 1000110 101010 110 101010000 1010100 111101

Color Harmonies of #EF478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF478B

Black with #EF478B

Text Example


Text Example

White with #EF478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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