Html Css Color HEX #EF478C French Rose

📋 copy color: '#EF478C'

red 239 ◦ green 71 ◦ blue 140

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

Shades of French Rose #EF478C

Tints of French Rose #EF478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.11%

R = 53.11%
G = 15.78%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF478C (or 0xEF478C) is known color: French Rose. HEX triplet: EF, 47 and 8C. RGB value is (239,71,140). Sum of RGB (Red+Green+Blue) = 239+71+140=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF478C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF478C is #10B873. Grayscale: #808080. Windows color (decimal): -1095796 or 9193455. OLE color: 9193455.

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

Color convert

RGB 239 71 140 -
CMYK 0 0.70 0.41 0.06
HSL 335.36º 0.84% 0.61% -
HSV(B) 335.36º 0.7% 0.94% -
XYZ 42.58 24.75 27.34 -
YUV 129.1 134.16 206.39 -
System Red Green Blue C M Y K H S L
Decimal 239 71 140 0 0.70 0.41 0.06 335.36 0.84 0.61
Hex EF 47 8C 0 46 29 6 14F 54 3D
Octal 357 107 214 0 106 51 6 517 124 75
Binary 11101111 1000111 10001100 0 1000110 101001 110 101001111 1010100 111101

Color Harmonies of #EF478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF478C

Black with #EF478C

Text Example


Text Example

White with #EF478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF478C; }

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

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

background-color css

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

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

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

border-color css

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

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

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