Html Css Color HEX #EF488A French Rose

📋 copy color: '#EF488A'

red 239 ◦ green 72 ◦ blue 138

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

Shades of French Rose #EF488A

Tints of French Rose #EF488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 53.23%
G = 16.04%
B = 30.73%

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

#EF488A (or 0xEF488A) is known color: French Rose. HEX triplet: EF, 48 and 8A. RGB value is (239,72,138). Sum of RGB (Red+Green+Blue) = 239+72+138=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF488A is #10B775. Grayscale: #818181. Windows color (decimal): -1095542 or 9062639. OLE color: 9062639.

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

Color convert

RGB 239 72 138 -
CMYK 0 0.70 0.42 0.06
HSL 336.29º 0.84% 0.61% -
HSV(B) 336.29º 0.7% 0.94% -
XYZ 42.5 24.82 26.6 -
YUV 129.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 239 72 138 0 0.70 0.42 0.06 336.29 0.84 0.61
Hex EF 48 8A 0 46 2A 6 150 54 3D
Octal 357 110 212 0 106 52 6 520 124 75
Binary 11101111 1001000 10001010 0 1000110 101010 110 101010000 1010100 111101

Color Harmonies of #EF488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF488A

Black with #EF488A

Text Example


Text Example

White with #EF488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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