Html Css Color HEX #EF4894 French Rose

📋 copy color: '#EF4894'

red 239 ◦ green 72 ◦ blue 148

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

Shades of French Rose #EF4894

Tints of French Rose #EF4894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.24%

R = 52.07%
G = 15.69%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF4894 (or 0xEF4894) is known color: French Rose. HEX triplet: EF, 48 and 94. RGB value is (239,72,148). Sum of RGB (Red+Green+Blue) = 239+72+148=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4894 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4894 is #10B76B. Grayscale: #828282. Windows color (decimal): -1095532 or 9717999. OLE color: 9717999.

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

Color convert

RGB 239 72 148 -
CMYK 0 0.70 0.38 0.06
HSL 332.69º 0.84% 0.61% -
HSV(B) 332.69º 0.7% 0.94% -
XYZ 43.26 25.12 30.59 -
YUV 130.6 137.83 205.32 -
System Red Green Blue C M Y K H S L
Decimal 239 72 148 0 0.70 0.38 0.06 332.69 0.84 0.61
Hex EF 48 94 0 46 26 6 14D 54 3D
Octal 357 110 224 0 106 46 6 515 124 75
Binary 11101111 1001000 10010100 0 1000110 100110 110 101001101 1010100 111101

Color Harmonies of #EF4894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4894

Black with #EF4894

Text Example


Text Example

White with #EF4894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4894; }

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

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

background-color css

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

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

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

border-color css

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

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

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