Html Css Color HEX #EF488B French Rose

📋 copy color: '#EF488B'

red 239 ◦ green 72 ◦ blue 139

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

Shades of French Rose #EF488B

Tints of French Rose #EF488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.89%

R = 53.11%
G = 16%
B = 30.89%

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

#EF488B (or 0xEF488B) is known color: French Rose. HEX triplet: EF, 48 and 8B. RGB value is (239,72,139). Sum of RGB (Red+Green+Blue) = 239+72+139=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF488B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF488B is #10B774. Grayscale: #818181. Windows color (decimal): -1095541 or 9128175. OLE color: 9128175.

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

Color convert

RGB 239 72 139 -
CMYK 0 0.70 0.42 0.06
HSL 335.93º 0.84% 0.61% -
HSV(B) 335.93º 0.7% 0.94% -
XYZ 42.57 24.85 26.98 -
YUV 129.57 133.33 206.05 -
System Red Green Blue C M Y K H S L
Decimal 239 72 139 0 0.70 0.42 0.06 335.93 0.84 0.61
Hex EF 48 8B 0 46 2A 6 150 54 3D
Octal 357 110 213 0 106 52 6 520 124 75
Binary 11101111 1001000 10001011 0 1000110 101010 110 101010000 1010100 111101

Color Harmonies of #EF488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF488B

Black with #EF488B

Text Example


Text Example

White with #EF488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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