Html Css Color HEX #EF4892 French Rose

📋 copy color: '#EF4892'

red 239 ◦ green 72 ◦ blue 146

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

Shades of French Rose #EF4892

Tints of French Rose #EF4892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.95%

R = 52.3%
G = 15.75%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF4892 (or 0xEF4892) is known color: French Rose. HEX triplet: EF, 48 and 92. RGB value is (239,72,146). Sum of RGB (Red+Green+Blue) = 239+72+146=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4892 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4892 is #10B76D. Grayscale: #828282. Windows color (decimal): -1095534 or 9586927. OLE color: 9586927.

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

Color convert

RGB 239 72 146 -
CMYK 0 0.70 0.39 0.06
HSL 333.41º 0.84% 0.61% -
HSV(B) 333.41º 0.7% 0.94% -
XYZ 43.1 25.06 29.76 -
YUV 130.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 239 72 146 0 0.70 0.39 0.06 333.41 0.84 0.61
Hex EF 48 92 0 46 27 6 14D 54 3D
Octal 357 110 222 0 106 47 6 515 124 75
Binary 11101111 1001000 10010010 0 1000110 100111 110 101001101 1010100 111101

Color Harmonies of #EF4892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4892

Black with #EF4892

Text Example


Text Example

White with #EF4892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4892; }

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

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

background-color css

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

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

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

border-color css

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

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

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