Html Css Color HEX #EF6B7E Froly

📋 copy color: '#EF6B7E'

red 239 ◦ green 107 ◦ blue 126

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

Shades of Froly #EF6B7E

Tints of Froly #EF6B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.69%

R = 50.64%
G = 22.67%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF6B7E (or 0xEF6B7E) is known color: Froly. HEX triplet: EF, 6B and 7E. RGB value is (239,107,126). Sum of RGB (Red+Green+Blue) = 239+107+126=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6B7E is #109481. Grayscale: #949494. Windows color (decimal): -1086594 or 8285167. OLE color: 8285167.

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

Color convert

RGB 239 107 126 -
CMYK 0 0.55 0.47 0.06
HSL 351.36º 0.8% 0.68% -
HSV(B) 351.36º 0.55% 0.94% -
XYZ 44.62 30.37 23.25 -
YUV 148.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 239 107 126 0 0.55 0.47 0.06 351.36 0.8 0.68
Hex EF 6B 7E 0 37 2F 6 15F 50 44
Octal 357 153 176 0 67 57 6 537 120 104
Binary 11101111 1101011 1111110 0 110111 101111 110 101011111 1010000 1000100

Color Harmonies of #EF6B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6B7E

Black with #EF6B7E

Text Example


Text Example

White with #EF6B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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