Html Css Color HEX #EF6A7B Froly

📋 copy color: '#EF6A7B'

red 239 ◦ green 106 ◦ blue 123

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

Shades of Froly #EF6A7B

Tints of Froly #EF6A7B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.65%

 BLUE value IS 123 (48.44% from 255) = 26.28%

R = 51.07%
G = 22.65%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF6A7B (or 0xEF6A7B) is known color: Froly. HEX triplet: EF, 6A and 7B. RGB value is (239,106,123). Sum of RGB (Red+Green+Blue) = 239+106+123=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6A7B is #109584. Grayscale: #939393. Windows color (decimal): -1086853 or 8088303. OLE color: 8088303.

HSL color Cylindrical-coordinate representation of color #EF6A7B: hue angle of 352.33º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6A7B is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 106 123 -
CMYK 0 0.56 0.49 0.06
HSL 352.33º 0.81% 0.68% -
HSV(B) 352.33º 0.56% 0.94% -
XYZ 44.33 30.09 22.21 -
YUV 147.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 239 106 123 0 0.56 0.49 0.06 352.33 0.81 0.68
Hex EF 6A 7B 0 38 31 6 160 51 44
Octal 357 152 173 0 70 61 6 540 121 104
Binary 11101111 1101010 1111011 0 111000 110001 110 101100000 1010001 1000100

Color Harmonies of #EF6A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6A7B

Black with #EF6A7B

Text Example


Text Example

White with #EF6A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6A7B; }

 p { color: rgb(239,106,123); }

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

background-color css

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

 a { background-color: rgb(239,106,123); }

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

border-color css

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

 span { border-color: rgb(239,106,123); }

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