Html Css Color HEX #EF488E French Rose

📋 copy color: '#EF488E'

red 239 ◦ green 72 ◦ blue 142

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

Shades of French Rose #EF488E

Tints of French Rose #EF488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.35%

R = 52.76%
G = 15.89%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF488E (or 0xEF488E) is known color: French Rose. HEX triplet: EF, 48 and 8E. RGB value is (239,72,142). Sum of RGB (Red+Green+Blue) = 239+72+142=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF488E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF488E is #10B771. Grayscale: #818181. Windows color (decimal): -1095538 or 9324783. OLE color: 9324783.

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

Color convert

RGB 239 72 142 -
CMYK 0 0.70 0.41 0.06
HSL 334.85º 0.84% 0.61% -
HSV(B) 334.85º 0.7% 0.94% -
XYZ 42.8 24.94 28.15 -
YUV 129.91 134.83 205.81 -
System Red Green Blue C M Y K H S L
Decimal 239 72 142 0 0.70 0.41 0.06 334.85 0.84 0.61
Hex EF 48 8E 0 46 29 6 14F 54 3D
Octal 357 110 216 0 106 51 6 517 124 75
Binary 11101111 1001000 10001110 0 1000110 101001 110 101001111 1010100 111101

Color Harmonies of #EF488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF488E

Black with #EF488E

Text Example


Text Example

White with #EF488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF488E; }

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

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

background-color css

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

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

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

border-color css

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

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

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