Html Css Color HEX #EF4E8B French Rose

📋 copy color: '#EF4E8B'

red 239 ◦ green 78 ◦ blue 139

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

Shades of French Rose #EF4E8B

Tints of French Rose #EF4E8B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.11%

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

R = 52.41%
G = 17.11%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF4E8B (or 0xEF4E8B) is known color: French Rose. HEX triplet: EF, 4E and 8B. RGB value is (239,78,139). Sum of RGB (Red+Green+Blue) = 239+78+139=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4E8B is #10B174. Grayscale: #858585. Windows color (decimal): -1094005 or 9129711. OLE color: 9129711.

HSL color Cylindrical-coordinate representation of color #EF4E8B: hue angle of 337.27º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4E8B is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 78 139 -
CMYK 0 0.67 0.42 0.06
HSL 337.27º 0.83% 0.62% -
HSV(B) 337.27º 0.67% 0.94% -
XYZ 42.98 25.66 27.11 -
YUV 133.09 131.34 203.54 -
System Red Green Blue C M Y K H S L
Decimal 239 78 139 0 0.67 0.42 0.06 337.27 0.83 0.62
Hex EF 4E 8B 0 43 2A 6 151 53 3E
Octal 357 116 213 0 103 52 6 521 123 76
Binary 11101111 1001110 10001011 0 1000011 101010 110 101010001 1010011 111110

Color Harmonies of #EF4E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4E8B

Black with #EF4E8B

Text Example


Text Example

White with #EF4E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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