Html Css Color HEX #EF568B French Rose

📋 copy color: '#EF568B'

red 239 ◦ green 86 ◦ blue 139

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

Shades of French Rose #EF568B

Tints of French Rose #EF568B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.53%

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

R = 51.51%
G = 18.53%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF568B (or 0xEF568B) is known color: French Rose. HEX triplet: EF, 56 and 8B. RGB value is (239,86,139). Sum of RGB (Red+Green+Blue) = 239+86+139=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF568B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF568B is #10A974. Grayscale: #898989. Windows color (decimal): -1091957 or 9131759. OLE color: 9131759.

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

Color convert

RGB 239 86 139 -
CMYK 0 0.64 0.42 0.06
HSL 339.22º 0.83% 0.64% -
HSV(B) 339.22º 0.64% 0.94% -
XYZ 43.58 26.87 27.32 -
YUV 137.79 128.69 200.19 -
System Red Green Blue C M Y K H S L
Decimal 239 86 139 0 0.64 0.42 0.06 339.22 0.83 0.64
Hex EF 56 8B 0 40 2A 6 153 53 40
Octal 357 126 213 0 100 52 6 523 123 100
Binary 11101111 1010110 10001011 0 1000000 101010 110 101010011 1010011 1000000

Color Harmonies of #EF568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF568B

Black with #EF568B

Text Example


Text Example

White with #EF568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF568B; }

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

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

background-color css

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

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

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

border-color css

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

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

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