Html Css Color HEX #EF6B7B Froly

📋 copy color: '#EF6B7B'

red 239 ◦ green 107 ◦ blue 123

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

Shades of Froly #EF6B7B

Tints of Froly #EF6B7B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.81%

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

R = 50.96%
G = 22.81%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF6B7B (or 0xEF6B7B) is known color: Froly. HEX triplet: EF, 6B and 7B. RGB value is (239,107,123). Sum of RGB (Red+Green+Blue) = 239+107+123=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6B7B is #109484. Grayscale: #949494. Windows color (decimal): -1086597 or 8088559. OLE color: 8088559.

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

Color convert

RGB 239 107 123 -
CMYK 0 0.55 0.49 0.06
HSL 352.73º 0.8% 0.68% -
HSV(B) 352.73º 0.55% 0.94% -
XYZ 44.43 30.3 22.24 -
YUV 148.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 239 107 123 0 0.55 0.49 0.06 352.73 0.8 0.68
Hex EF 6B 7B 0 37 31 6 161 50 44
Octal 357 153 173 0 67 61 6 541 120 104
Binary 11101111 1101011 1111011 0 110111 110001 110 101100001 1010000 1000100

Color Harmonies of #EF6B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6B7B

Black with #EF6B7B

Text Example


Text Example

White with #EF6B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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