Html Css Color HEX #EF4882 French Rose

📋 copy color: '#EF4882'

red 239 ◦ green 72 ◦ blue 130

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

Shades of French Rose #EF4882

Tints of French Rose #EF4882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.48%

R = 54.2%
G = 16.33%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF4882 (or 0xEF4882) is known color: French Rose. HEX triplet: EF, 48 and 82. RGB value is (239,72,130). Sum of RGB (Red+Green+Blue) = 239+72+130=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4882 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4882 is #10B77D. Grayscale: #808080. Windows color (decimal): -1095550 or 8538351. OLE color: 8538351.

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

Color convert

RGB 239 72 130 -
CMYK 0 0.70 0.46 0.06
HSL 339.16º 0.84% 0.61% -
HSV(B) 339.16º 0.7% 0.94% -
XYZ 41.94 24.6 23.66 -
YUV 128.55 128.83 206.78 -
System Red Green Blue C M Y K H S L
Decimal 239 72 130 0 0.70 0.46 0.06 339.16 0.84 0.61
Hex EF 48 82 0 46 2E 6 153 54 3D
Octal 357 110 202 0 106 56 6 523 124 75
Binary 11101111 1001000 10000010 0 1000110 101110 110 101010011 1010100 111101

Color Harmonies of #EF4882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4882

Black with #EF4882

Text Example


Text Example

White with #EF4882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4882; }

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

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

background-color css

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

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

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

border-color css

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

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

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